22e142dc98b4b1d160b895965acacff14013db39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable next : Page to output : Page in method public getOutput() : Page in class com.facebook.presto.operator.TopNOperator | From | To | |
Move Attribute | 1 | ||
Move Attribute private localUserMemoryContext : LocalMemoryContext from class com.facebook.presto.operator.TopNOperator.TopNBuilder to private localUserMemoryContext : LocalMemoryContext from class com.facebook.presto.operator.TopNOperator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute n : int to localUserMemoryContext : LocalMemoryContext in class com.facebook.presto.operator.TopNOperator | From | To | |
Extract Method | 1 | ||
Extract Method private noMoreOutput() : boolean extracted from public getOutput() : Page in class com.facebook.presto.operator.TopNOperator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type topNBuilder : TopNBuilder to topNBuilder : GroupedTopNBuilder in class com.facebook.presto.operator.TopNOperator | From | To | |
Change Attribute Type n : int to localUserMemoryContext : LocalMemoryContext in class com.facebook.presto.operator.TopNOperator | From | To |