babca20e4a402787437bb5a82c29dfecfdca6439
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private keepSameHashValuesWithinSinglePage(hashGenerator InterpretedHashGenerator) : BiPredicate<PageBuilder,PageWithPosition> extracted from public merge(keyTypes List<Type>, allTypes List<Type>, channels List<Iterator<Page>>) : Iterator<Page> in class com.facebook.presto.operator.MergeHashSort | From | To | |
Extract Method private createHashGenerator(keyTypes List<Type>) : InterpretedHashGenerator extracted from public merge(keyTypes List<Type>, allTypes List<Type>, channels List<Iterator<Page>>) : Iterator<Page> in class com.facebook.presto.operator.MergeHashSort | From | To |