024e56ae95688f68d761600be3a7a2220f6d0dab
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable newNode : PlanNode to sourceNode : PlanNode in method private collapseWindowsWithinSpecification(windowsMap Multimap<WindowNode.Specification,WindowNode>, sourceNode PlanNode) : PlanNode in class com.facebook.presto.sql.planner.optimizations.MergeWindows.Rewriter | From | To | |
| Extract Method | 1 | ||
| Extract Method private collapseWindowsWithinSpecification(windowsMap Multimap<WindowNode.Specification,WindowNode>, sourceNode PlanNode) : PlanNode extracted from protected visitPlan(node PlanNode, context RewriteContext<Multimap<WindowNode.Specification,WindowNode>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.MergeWindows.Rewriter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter node : WindowNode to windowNode : WindowNode in method public visitWindow(windowNode WindowNode, context RewriteContext<Multimap<WindowNode.Specification,WindowNode>>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.MergeWindows.Rewriter | From | To |