69a858d8448d36a0f9b61eb57a472b0b5155435c
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 1 | ||
| Parameterize Variable hashChannel : int to channelIndex : int in method private isChannelPositionNull(channelIndex int, blockIndex int, blockPosition int) : boolean in class com.facebook.presto.operator.SimplePagesHashStrategy | From | To | |
| Extract Method | 2 | ||
| Extract Method private isChannelPositionNull(channelIndex int, blockIndex int, blockPosition int) : boolean extracted from public isPositionNull(blockIndex int, blockPosition int) : boolean in class com.facebook.presto.operator.SimplePagesHashStrategy | From | To | |
| Extract Method private getSortChannel() : int extracted from public compareSortChannelPositions(leftBlockIndex int, leftBlockPosition int, rightBlockIndex int, rightBlockPosition int) : int in class com.facebook.presto.operator.SimplePagesHashStrategy | From | To |