public class PruneOrderByInAggregation extends Object implements Rule<AggregationNode>
Rule.Context, Rule.Result| Constructor and Description |
|---|
PruneOrderByInAggregation(FunctionRegistry functionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Rule.Result |
apply(AggregationNode node,
Captures captures,
Rule.Context context) |
Pattern<AggregationNode> |
getPattern()
Returns a pattern to which plan nodes this rule applies.
|
public PruneOrderByInAggregation(FunctionRegistry functionRegistry)
public Pattern<AggregationNode> getPattern()
RulegetPattern in interface Rule<AggregationNode>public Rule.Result apply(AggregationNode node, Captures captures, Rule.Context context)
apply in interface Rule<AggregationNode>Copyright © 2012–2019. All rights reserved.