fac5e7185f5c78c07be9a4b6d9e6c9b85f4dd7a8
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type memoryContext : LocalMemoryContext to aggregatedMemoryContext : AggregatedMemoryContext in method private buildPage(pageWithPositions WorkProcessor<PageWithPosition>, outputChannels List<Integer>, outputTypes List<Type>, pageBreakPredicate BiPredicate<PageBuilder,PageWithPosition>, updateMemoryAfterEveryPosition boolean, aggregatedMemoryContext AggregatedMemoryContext, yieldSignal DriverYieldSignal) : WorkProcessor<Page> in class com.facebook.presto.util.MergeSortedPages | From | To | |
| Extract Variable | 1 | ||
| Extract Variable memoryContext : AggregatedMemoryContext in method private mergeSortedPages(types List<Type>, sortChannels List<Integer>, sortOrder List<SortOrder>, sortedPages List<List<Page>>) : MaterializedResult from class com.facebook.presto.util.TestMergeSortedPages | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter memoryContext : LocalMemoryContext to aggregatedMemoryContext : AggregatedMemoryContext in method private buildPage(pageWithPositions WorkProcessor<PageWithPosition>, outputChannels List<Integer>, outputTypes List<Type>, pageBreakPredicate BiPredicate<PageBuilder,PageWithPosition>, updateMemoryAfterEveryPosition boolean, aggregatedMemoryContext AggregatedMemoryContext, yieldSignal DriverYieldSignal) : WorkProcessor<Page> in class com.facebook.presto.util.MergeSortedPages | From | To |