Uses of Class
com.influxdb.query.dsl.functions.AggregateWindow
-
Uses of AggregateWindow in com.influxdb.query.dsl
Modifier and TypeMethodDescriptionfinal AggregateWindow
Flux.aggregateWindow()
Applies an aggregate or selector function to fixed windows of time.final AggregateWindow
Flux.aggregateWindow
(Long every, ChronoUnit everyUnit, String namedFunction) Applies an aggregate or selector function to fixed windows of time. -
Uses of AggregateWindow in com.influxdb.query.dsl.functions
Modifier and TypeMethodDescriptionAggregateWindow.withAggregateFunction
(String namedFunction) AggregateWindow.withColumn
(String column) AggregateWindow.withCreateEmpty
(boolean createEmpty) AggregateWindow.withEvery
(Long every, ChronoUnit everyUnit) AggregateWindow.withFunction
(String function) AggregateWindow.withOffset
(Long amount, ChronoUnit unit) AggregateWindow.withOffset
(String offset) AggregateWindow.withTimeDst
(String timeDst) AggregateWindow.withTimeSrc
(String timeSrc)