Package | Description |
---|---|
net.quasardb.qdb.ts |
Modifier and Type | Class and Description |
---|---|
class |
WritableRow
Represents a timeseries row.
|
Modifier and Type | Field and Description |
---|---|
Row[] |
Result.rows |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<Row> |
Result.stream()
Provides stream-based access.
|
Constructor and Description |
---|
Result(String[] columns,
Row[] rows)
Create a new result from result tables.
|
Copyright © 2021. All rights reserved.