Uses of Class
in.zapr.druid.druidry.postAggregator.ArithmeticFunction
-
Packages that use ArithmeticFunction Package Description in.zapr.druid.druidry.postAggregator -
-
Uses of ArithmeticFunction in in.zapr.druid.druidry.postAggregator
Methods in in.zapr.druid.druidry.postAggregator that return ArithmeticFunction Modifier and Type Method Description static ArithmeticFunctionArithmeticFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticFunction[]ArithmeticFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-