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