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