38109f8361573e018b8408935fa4eca7185129d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public getOrderBy() : List<Symbol> moved from class com.facebook.presto.sql.planner.plan.WindowNode.Specification to class com.facebook.presto.sql.planner.iterative.rule.GatherAndMergeWindows.SwapAdjacentWindowsBySpecifications & inlined to private compareOrderBy(o1 WindowNode, o2 WindowNode) : int | From | To | |
| Inline Method | 1 | ||
| Inline Method public getOrderBy() : List<Symbol> inlined to public WindowNode(id PlanNodeId, source PlanNode, specification Specification, windowFunctions Map<Symbol,Function>, hashSymbol Optional<Symbol>, prePartitionedInputs Set<Symbol>, preSortedOrderPrefix int) in class com.facebook.presto.sql.planner.plan.WindowNode | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute orderBy : List<Symbol> to orderingScheme : Optional<OrderingScheme> in class com.facebook.presto.sql.planner.plan.WindowNode.Specification | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type orderBy : List<Symbol> to orderingScheme : Optional<OrderingScheme> in class com.facebook.presto.sql.planner.plan.WindowNode.Specification | From | To |