Uses of Class
com.influxdb.query.dsl.functions.InterpolateLinearFlux
Packages that use InterpolateLinearFlux
-
Uses of InterpolateLinearFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return InterpolateLinearFluxModifier 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
Methods in com.influxdb.query.dsl.functions that return InterpolateLinearFluxModifier and TypeMethodDescriptionInterpolateLinearFlux.withEvery
(long duration, ChronoUnit unit)