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 SortFluxFlux.sort()Sorts the results by the specified columns Default sort is ascending.final SortFluxFlux.sort(boolean desc) Sorts the results by the specified columns Default sort is ascending.final SortFluxSorts the results by the specified columns Default sort is ascending.final SortFluxSorts the results by the specified columns Default sort is ascending.final SortFluxFlux.sort(Collection<String> columns) Sorts the results by the specified columns Default sort is ascending.final SortFluxFlux.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)