Uses of Class
com.influxdb.query.dsl.functions.WindowFlux
Packages that use WindowFlux
-
Uses of WindowFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return WindowFluxModifier and TypeMethodDescriptionfinal WindowFlux
Flux.window()
Groups the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit) Groups the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit, Long period, ChronoUnit periodUnit) Groups the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit, Long period, ChronoUnit periodUnit, Long offset, ChronoUnit offsetUnit) Groups the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit, Long period, ChronoUnit periodUnit, Long offset, ChronoUnit offsetUnit, String timeColumn, String startColumn, String stopColumn) Partitions the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit, Long period, ChronoUnit periodUnit, Instant offset) Groups the results by a given time range.final WindowFlux
Flux.window
(Long every, ChronoUnit everyUnit, Long period, ChronoUnit periodUnit, Instant offset, String timeColumn, String startColumn, String stopColumn) Partitions the results by a given time range. -
Uses of WindowFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return WindowFluxModifier and TypeMethodDescriptionWindowFlux.withEvery
(Long every, ChronoUnit everyUnit) WindowFlux.withOffset
(Long offset, ChronoUnit offsetUnit) WindowFlux.withOffset
(String offset) WindowFlux.withOffset
(Instant offset) WindowFlux.withPeriod
(Long period, ChronoUnit periodUnit) WindowFlux.withPeriod
(String period) WindowFlux.withStartColumn
(String startColumn) WindowFlux.withStopCol
(String stopColumn) WindowFlux.withTimeColumn
(String timeColumn)