Uses of Class
com.influxdb.query.dsl.functions.InterpolateLinearFlux
-
Uses of InterpolateLinearFlux in com.influxdb.query.dsl
Modifier and TypeMethodDescriptionfinal InterpolateLinearFlux
Flux.interpolateLinear()
The `interpolate.linear` function inserts rows at regular intervals using linear interpolation to determine values for inserted rows.final InterpolateLinearFlux
Flux.interpolateLinear
(Long duration, ChronoUnit unit) The `interpolate.linear` function inserts rows at regular intervals using linear interpolation to determine values for inserted rows. -
Uses of InterpolateLinearFlux in com.influxdb.query.dsl.functions
Modifier and TypeMethodDescriptionInterpolateLinearFlux.withEvery
(long duration, ChronoUnit unit)