Uses of Enum Class
com.influxdb.query.dsl.functions.QuantileFlux.MethodType
Packages that use QuantileFlux.MethodType
-
Uses of QuantileFlux.MethodType in com.influxdb.query.dsl
Methods in com.influxdb.query.dsl with parameters of type QuantileFlux.MethodTypeModifier and TypeMethodDescriptionfinal QuantileFluxFlux.quantile(Float quantile, QuantileFlux.MethodType method) Quantile is both an aggregate operation and a selector operation depending on selected options.final QuantileFluxFlux.quantile(Float quantile, QuantileFlux.MethodType method, Float compression) Quantile is both an aggregate operation and a selector operation depending on selected options.final QuantileFluxFlux.quantile(String column, Float quantile, QuantileFlux.MethodType method, Float compression) Quantile is both an aggregate operation and a selector operation depending on selected options. -
Uses of QuantileFlux.MethodType in com.influxdb.query.dsl.functions
Methods in com.influxdb.query.dsl.functions that return QuantileFlux.MethodTypeModifier and TypeMethodDescriptionstatic QuantileFlux.MethodTypeReturns the enum constant of this class with the specified name.static QuantileFlux.MethodType[]QuantileFlux.MethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.influxdb.query.dsl.functions with parameters of type QuantileFlux.MethodType