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