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.MapFlux
Packages that use
MapFlux
Package
Description
com.influxdb.query.dsl
com.influxdb.query.dsl.functions
Uses of
MapFlux
in
com.influxdb.query.dsl
Methods in
com.influxdb.query.dsl
that return
MapFlux
Modifier and Type
Method
Description
final
MapFlux
Flux.
map
()
Applies a function to each row of the table.
final
MapFlux
Flux.
map
(
String
function)
Applies a function to each row of the table.
Uses of
MapFlux
in
com.influxdb.query.dsl.functions
Methods in
com.influxdb.query.dsl.functions
that return
MapFlux
Modifier and Type
Method
Description
MapFlux
MapFlux.
withFunction
(
String
function)