Uses of Class
com.influxdb.query.dsl.functions.KeepFlux
-
Uses of KeepFlux in com.influxdb.query.dsl
Modifier 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
Modifier and TypeMethodDescriptionKeepFlux.withColumns
(String[] columns) KeepFlux.withColumns
(Collection<String> columns) KeepFlux.withFunction
(String function)