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