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 KeepFluxFlux.keep()It will return a table containing only columns that are specified.final KeepFluxIt will return a table containing only columns that are specified.final KeepFluxIt will return a table containing only columns that are specified.final KeepFluxFlux.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)