Uses of Class
com.influxdb.query.dsl.functions.AggregateWindow
Packages that use AggregateWindow
-
Uses of AggregateWindow in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return AggregateWindowModifier 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
Methods in com.influxdb.query.dsl.functions that return AggregateWindowModifier 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)