e76e039dd7495d848a09bcba13c172b3fbb41e28
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public build() : Iterator<Page> renamed to public buildResult() : Iterator<Page> in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.facebook.presto.operator.HashAggregationOperator.GroupByHashAggregationBuilder moved and renamed to com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
| Move Class | 1 | ||
| Move Class com.facebook.presto.operator.HashAggregationOperator.Aggregator moved to com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder.Aggregator | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.facebook.presto.operator.aggregation.builder.HashAggregationBuilder from classes [com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder] | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type aggregationBuilder : GroupByHashAggregationBuilder to aggregationBuilder : HashAggregationBuilder in class com.facebook.presto.operator.HashAggregationOperator | From | To |