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