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