Package com.influxdb.query
Class FluxColumn
java.lang.Object
com.influxdb.query.FluxColumn
- All Implemented Interfaces:
Serializable
This class represents a column header specification of
FluxTable
.
The mapping data types for a column are:
- See Also:
-
Constructor Details
-
FluxColumn
public FluxColumn()
-
-
Method Details
-
getDataType
-
setDataType
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
getLabel
-
setLabel
-
isGroup
public boolean isGroup() -
setGroup
public void setGroup(boolean group) -
getDefaultValue
-
setDefaultValue
-
toString
-
equals
-
hashCode
public int hashCode()
-