244478ef49f6b0a1052c770de1069e32230a27fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type step : Step to step : AggregationNode.Step in method private Aggregator(accumulatorFactory AccumulatorFactory, step AggregationNode.Step, overwriteIntermediateChannel Optional<Integer>) in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder.Aggregator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable memorySize : long to sizeInMemory : long in method public getSizeInMemory() : long in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type types : List<Type> to types : ArrayList<Type> in method public buildTypes() : List<Type> in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type step : Step to step : AggregationNode.Step in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder.Aggregator | From | To | |
| Extract Method | 3 | ||
| Extract Method private buildResult(groupIds IntIterator) : Iterator<Page> extracted from public buildResult() : Iterator<Page> in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Extract Method public getSizeInMemory() : long extracted from private updateMemory() : void in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Extract Method public buildTypes() : List<Type> extracted from public buildResult() : Iterator<Page> in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To |