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