27d5ecb6e51caa9786b84ebce632329758dd035b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Parameter | 1 | ||
Merge Parameter [mask : Optional<Symbol>, call : FunctionCall] to aggregation : Aggregation in method private buildAccumulatorFactory(source PhysicalOperation, aggregation Aggregation) : AccumulatorFactory in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Extract Method | 1 | ||
Extract Method public bind(inputChannels List<Integer>, maskChannel Optional<Integer>, sourceTypes List<Type>, orderByChannels List<Integer>, orderings List<SortOrder>, pagesIndexFactory PagesIndex.Factory) : AccumulatorFactory extracted from public bind(inputChannels List<Integer>, maskChannel Optional<Integer>) : AccumulatorFactory in class com.facebook.presto.operator.aggregation.InternalAggregationFunction | From | To |