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.MaxFlux
Packages that use
MaxFlux
Package
Description
com.influxdb.query.dsl
com.influxdb.query.dsl.functions
Uses of
MaxFlux
in
com.influxdb.query.dsl
Methods in
com.influxdb.query.dsl
that return
MaxFlux
Modifier and Type
Method
Description
final
MaxFlux
Flux.
max
()
Returns the max value within the results.
final
MaxFlux
Flux.
max
(
String
column)
Returns the max value within the results.
Uses of
MaxFlux
in
com.influxdb.query.dsl.functions
Methods in
com.influxdb.query.dsl.functions
that return
MaxFlux
Modifier and Type
Method
Description
MaxFlux
MaxFlux.
withColumn
(
String
column)