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