Uses of Class
org.apache.druid.query.aggregation.post.ArithmeticPostAggregator.Ordering
-
Packages that use ArithmeticPostAggregator.Ordering Package Description org.apache.druid.query.aggregation.post -
-
Uses of ArithmeticPostAggregator.Ordering in org.apache.druid.query.aggregation.post
Methods in org.apache.druid.query.aggregation.post that return ArithmeticPostAggregator.Ordering Modifier and Type Method Description static ArithmeticPostAggregator.OrderingArithmeticPostAggregator.Ordering. valueOf(String name)Returns the enum constant of this type with the specified name.static ArithmeticPostAggregator.Ordering[]ArithmeticPostAggregator.Ordering. values()Returns an array containing the constants of this enum type, in the order they are declared.
-