Uses of Class
com.influxdb.query.dsl.functions.PivotFlux
Packages that use PivotFlux
-
Uses of PivotFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return PivotFluxModifier and TypeMethodDescriptionfinal PivotFluxFlux.pivot()Pivot collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets.final PivotFluxPivot collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets.final PivotFluxFlux.pivot(Collection<String> rowKey, Collection<String> columnKey, String valueColumn) Pivot collects values stored vertically (column-wise) in a table and aligns them horizontally (row-wise) into logical sets. -
Uses of PivotFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return PivotFluxModifier and TypeMethodDescriptionPivotFlux.withColumnKey(String[] columnKey) PivotFlux.withColumnKey(Collection<String> columnKey) PivotFlux.withRowKey(String[] rowKey) PivotFlux.withRowKey(Collection<String> rowKey) PivotFlux.withValueColumn(String valueColumn)