07b6a5725a9652e16a3002dff5885d8f13a13bbc
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private allocateMarkers(count int) : List<Symbol> renamed to private allocateSymbols(count int, nameHint String, type Type) : List<Symbol> in class com.facebook.presto.sql.planner.optimizations.ImplementIntersectAndExceptAsUnion.Rewriter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type intersect : IntersectNode to node : SetOperationNode in method private appendMarkers(markers List<Symbol>, nodes List<PlanNode>, node SetOperationNode) : List<PlanNode> in class com.facebook.presto.sql.planner.optimizations.ImplementIntersectAndExceptAsUnion.Rewriter | From | To | |
Rename Variable | 1 | ||
Rename Variable markers : ImmutableList.Builder<Symbol> to symbolsBuilder : ImmutableList.Builder<Symbol> in method private allocateSymbols(count int, nameHint String, type Type) : List<Symbol> in class com.facebook.presto.sql.planner.optimizations.ImplementIntersectAndExceptAsUnion.Rewriter | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.sql.planner.optimizations.ImplementIntersectAsUnion renamed to com.facebook.presto.sql.planner.optimizations.ImplementIntersectAndExceptAsUnion | From | To | |
Rename Parameter | 1 | ||
Rename Parameter intersect : IntersectNode to node : SetOperationNode in method private appendMarkers(markers List<Symbol>, nodes List<PlanNode>, node SetOperationNode) : List<PlanNode> in class com.facebook.presto.sql.planner.optimizations.ImplementIntersectAndExceptAsUnion.Rewriter | From | To |