Package com.influxdb.query
Class FluxTable
java.lang.Object
com.influxdb.query.FluxTable
- All Implemented Interfaces:
Serializable
This class represents the table structure of the Flux CSV Response.
Specification.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA table's group key is subset of the entire columns dataset that assigned to the table.toString()
-
Constructor Details
-
FluxTable
public FluxTable()
-
-
Method Details
-
getColumns
- See Also:
-
columns
-
getGroupKey
A table's group key is subset of the entire columns dataset that assigned to the table. As such, all records within a table will have the same values for each column that is part of the group key. -
getRecords
- See Also:
-
records
-
toString
-