bb65b61e74dffe9618f570b9a10e42839584dc6b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Optional<Page> to ProcessBatchResult in method private processBatch(batchSize int) : ProcessBatchResult in class com.facebook.presto.operator.project.PageProcessor.PositionsPageProcessorIterator | From | To | |
Rename Attribute | 2 | ||
Rename Attribute previousBatchSize : int to lastComputeBatchSize : int in class com.facebook.presto.operator.project.PageProcessor.PositionsPageProcessorIterator | From | To | |
Rename Attribute forceYieldFinish : boolean to lastComputeYielded : boolean in class com.facebook.presto.operator.project.PageProcessor.PositionsPageProcessorIterator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Optional<Page> to result : ProcessBatchResult in method protected computeNext() : Optional<Page> in class com.facebook.presto.operator.project.PageProcessor.PositionsPageProcessorIterator | From | To |