7775b23766dceeb820c6a4477894aa2be937b216
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable requiredProperties : StreamPreferredProperties to childRequirements : StreamPreferredProperties in method public visitAggregation(node AggregationNode, parentPreferences StreamPreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddLocalExchanges.Rewriter | From | To | |
Extract Variable | 1 | ||
Extract Variable groupingKeys : List<Symbol> in method public visitAggregation(node AggregationNode, parentPreferences StreamPreferredProperties) : PlanWithProperties from class com.facebook.presto.sql.planner.optimizations.AddLocalExchanges.Rewriter | From | To | |
Extract Method | 1 | ||
Extract Method public aggregation(groupingSets List<List<String>>, aggregations Map<Optional<String>,ExpectedValueProvider<FunctionCall>>, preGroupedSymbols List<String>, masks Map<Symbol,Symbol>, groupId Optional<Symbol>, step Step, source PlanMatchPattern) : PlanMatchPattern extracted from public aggregation(groupingSets List<List<String>>, aggregations Map<Optional<String>,ExpectedValueProvider<FunctionCall>>, masks Map<Symbol,Symbol>, groupId Optional<Symbol>, step Step, source PlanMatchPattern) : PlanMatchPattern in class com.facebook.presto.sql.planner.assertions.PlanMatchPattern | From | To |