Uses of Class
com.influxdb.query.dsl.functions.SortFlux
-
Uses of SortFlux in com.influxdb.query.dsl
Modifier 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
Modifier and TypeMethodDescriptionSortFlux.withColumns
(String[] columns) SortFlux.withColumns
(Collection<String> columns) SortFlux.withDesc
(boolean desc)