Uses of Class
com.influxdb.query.dsl.functions.SortFlux
Packages that use SortFlux
-
Uses of SortFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return SortFluxModifier and TypeMethodDescriptionfinal SortFlux
Flux.sort()
Sorts the results by the specified columns Default sort is ascending.final SortFlux
Flux.sort
(boolean desc) Sorts the results by the specified columns Default sort is ascending.final SortFlux
Sorts the results by the specified columns Default sort is ascending.final SortFlux
Sorts the results by the specified columns Default sort is ascending.final SortFlux
Flux.sort
(Collection<String> columns) Sorts the results by the specified columns Default sort is ascending.final SortFlux
Flux.sort
(Collection<String> columns, boolean desc) Sorts the results by the specified columns Default sort is ascending. -
Uses of SortFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return SortFluxModifier and TypeMethodDescriptionSortFlux.withColumns
(String[] columns) SortFlux.withColumns
(Collection<String> columns) SortFlux.withDesc
(boolean desc)