899deb814a643d91e6d2dd04630a5b40e64a80ba
Files Diff
- Added: 1
- 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.BigintGroupByHash | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private tryRehash() : boolean in class com.facebook.presto.operator.BigintGroupByHash | From | To | |
Extract Method | 1 | ||
Extract Method private needRehash() : boolean extracted from private addNewGroup(hashPosition long, value long) : int in class com.facebook.presto.operator.BigintGroupByHash | From | To |