b8b8e3bde34907bda1505dc452a49d0734cc8443
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private rehash() : void renamed to private tryRehash() : boolean in class com.facebook.presto.operator.MultiChannelGroupByHash | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method private tryRehash() : boolean in class com.facebook.presto.operator.MultiChannelGroupByHash | From | To | |
| Extract Method | 1 | ||
| Extract Method private needRehash() : boolean extracted from private addNewGroup(hashPosition int, position int, page Page, rawHash long) : int in class com.facebook.presto.operator.MultiChannelGroupByHash | From | To |