Uses of Class
com.influxdb.query.dsl.functions.DifferenceFlux
Packages that use DifferenceFlux
-
Uses of DifferenceFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return DifferenceFluxModifier and TypeMethodDescriptionfinal DifferenceFlux
Flux.difference()
Difference computes the difference between subsequent non null records.final DifferenceFlux
Flux.difference
(boolean nonNegative) Difference computes the difference between subsequent non null records.final DifferenceFlux
Flux.difference
(String[] columns) Difference computes the difference between subsequent non null records.final DifferenceFlux
Flux.difference
(String[] columns, boolean nonNegative) Difference computes the difference between subsequent non null records.final DifferenceFlux
Flux.difference
(Collection<String> columns) Difference computes the difference between subsequent non null records.final DifferenceFlux
Flux.difference
(Collection<String> columns, boolean nonNegative) Difference computes the difference between subsequent non null records. -
Uses of DifferenceFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return DifferenceFluxModifier and TypeMethodDescriptionDifferenceFlux.withColumns
(String[] columns) DifferenceFlux.withColumns
(Collection<String> columns) DifferenceFlux.withNonNegative
(boolean nonNegative)