f25c6e03661243da85cb5cbcf14a0524283b14d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type void to Work<?> in method public processPage(page Page) : Work<?> in class com.facebook.presto.operator.aggregation.builder.SpillableHashAggregationBuilder | From | To | |
Change Return Type void to Work<?> in method public processPage(page Page) : Work<?> in class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To | |
Change Return Type void to Work<?> in method public processPage(page Page) : Work<?> in class com.facebook.presto.operator.aggregation.builder.HashAggregationBuilder | From | To | |
Extract Variable | 1 | ||
Extract Variable updateMemory : UpdateMemory in method public InMemoryHashAggregationBuilder(accumulatorFactories List<AccumulatorFactory>, step AggregationNode.Step, expectedGroups int, groupByTypes List<Type>, groupByChannels List<Integer>, hashChannel Optional<Integer>, operatorContext OperatorContext, maxPartialMemory DataSize, overwriteIntermediateChannelOffset Optional<Integer>, joinCompiler JoinCompiler, yieldForMemoryReservation boolean) from class com.facebook.presto.operator.aggregation.builder.InMemoryHashAggregationBuilder | From | To |