JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
com.influxdb.query.dsl.functions.MeanFlux
Packages that use
MeanFlux
Package
Description
com.influxdb.query.dsl
com.influxdb.query.dsl.functions
Uses of
MeanFlux
in
com.influxdb.query.dsl
Methods in
com.influxdb.query.dsl
that return
MeanFlux
Modifier and Type
Method
Description
final
MeanFlux
Flux.
mean
()
Returns the mean of the values within the results.
final
MeanFlux
Flux.
mean
(
String
column)
Returns the mean of the values within the results.
Uses of
MeanFlux
in
com.influxdb.query.dsl.functions
Methods in
com.influxdb.query.dsl.functions
that return
MeanFlux
Modifier and Type
Method
Description
MeanFlux
MeanFlux.
withColumn
(
String
column)