Uses of Class
com.influxdb.query.dsl.functions.LimitFlux
Packages that use LimitFlux
-
Uses of LimitFlux in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl that return LimitFluxModifier and TypeMethodDescriptionfinal LimitFluxFlux.limit()Restricts the number of rows returned in the results.final LimitFluxFlux.limit(int numberOfResults) Restricts the number of rows returned in the results.final LimitFluxFlux.limit(int numberOfResults, int offset) Restricts the number of rows returned in the results. -
Uses of LimitFlux in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return LimitFluxModifier and TypeMethodDescriptionLimitFlux.withN(int numberOfResults) LimitFlux.withOffset(int offset)