public final class FluxTable extends Object implements Serializable
| Constructor and Description |
|---|
FluxTable() |
| Modifier and Type | Method and Description |
|---|---|
List<FluxColumn> |
getColumns() |
List<FluxColumn> |
getGroupKey()
A table's group key is subset of the entire columns dataset that assigned to the table.
|
List<FluxRecord> |
getRecords() |
String |
toString() |
@Nonnull public List<FluxColumn> getColumns()
columns@Nonnull public List<FluxColumn> getGroupKey()
@Nonnull public List<FluxRecord> getRecords()
recordsCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.