459eb4f4d396d765a8c0b461d5c75637476b15fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type targetNodeClass : Class<N> to targetPattern : Pattern<N> in method protected ProjectOffPushDownRule(targetPattern Pattern<N>) in class com.facebook.presto.sql.planner.iterative.rule.ProjectOffPushDownRule | From | To | |
| Rename Variable | 1 | ||
| Rename Variable child : PlanNode to windowNode : WindowNode in method public apply(parent WindowNode, captures Captures, context Context) : Optional<PlanNode> in class com.facebook.presto.sql.planner.iterative.rule.SwapAdjacentWindowsBySpecifications | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Pattern to Pattern<ProjectNode> in method public getPattern() : Pattern<ProjectNode> in class com.facebook.presto.sql.planner.iterative.rule.ProjectOffPushDownRule | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type child : PlanNode to windowNode : WindowNode in method public apply(parent WindowNode, captures Captures, context Context) : Optional<PlanNode> in class com.facebook.presto.sql.planner.iterative.rule.SwapAdjacentWindowsBySpecifications | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter targetNodeClass : Class<N> to targetPattern : Pattern<N> in method protected ProjectOffPushDownRule(targetPattern Pattern<N>) in class com.facebook.presto.sql.planner.iterative.rule.ProjectOffPushDownRule | From | To | |
| Rename Parameter finish : TableFinishNode to node : TableFinishNode in method public apply(node TableFinishNode, captures Captures, context Context) : Optional<PlanNode> in class com.facebook.presto.sql.planner.iterative.rule.RemoveEmptyDelete | From | To |