Uses of Class
com.influxdb.query.dsl.functions.KeepFlux
Packages that use KeepFlux
-
Uses of KeepFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return KeepFluxModifier and TypeMethodDescriptionfinal KeepFlux
Flux.keep()
It will return a table containing only columns that are specified.final KeepFlux
It will return a table containing only columns that are specified.final KeepFlux
It will return a table containing only columns that are specified.final KeepFlux
Flux.keep
(Collection<String> columns) It will return a table containing only columns that are specified. -
Uses of KeepFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return KeepFluxModifier and TypeMethodDescriptionKeepFlux.withColumns
(String[] columns) KeepFlux.withColumns
(Collection<String> columns) KeepFlux.withFunction
(String function)