b38694322e6a4918a26f5e605b5c304679124d72
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 2 | ||
Extract Variable filteredInputVariables : List<VariableReferenceExpression> in method private buildProjectedWindow(p PlanBuilder, projectionFilter Predicate<Symbol>, sourceFilter Predicate<Symbol>) : PlanNode from class com.facebook.presto.sql.planner.iterative.rule.TestPruneWindowColumns | From | To | |
Extract Variable filteredSourceVariables : List<VariableReferenceExpression> in method private buildAggregation(planBuilder PlanBuilder, sourceSymbolFilter Predicate<Symbol>) : AggregationNode from class com.facebook.presto.sql.planner.iterative.rule.TestPruneAggregationSourceColumns | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mapping : Map<Symbol,Symbol> to mapping : Map<String,String> in class com.facebook.presto.sql.planner.optimizations.UnaliasSymbolReferences.Rewriter | From | To |