87ee06e4718fd5a36e3260fc96b69020a6e33764
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public appendPage(page Page) : void renamed to public appendPages(inputPages List<Page>, pageIndexes int[], positionIndexes int[]) : void in class com.facebook.presto.raptor.storage.OrcStoragePageSink | From | To | |
Rename Method public appendPage(page Page) : void renamed to public appendPages(pages List<Page>, pageIndexes int[], positionIndexes int[]) : void in class com.facebook.presto.raptor.storage.StoragePageSink | From | To | |
Rename Method private createPageSink(storageManager StorageManager, storageOutputHandle StorageOutputHandle) : StoragePageSink renamed to private createStoragePageSink(storageManager StorageManager, storageOutputHandle StorageOutputHandle) : StoragePageSink in class com.facebook.presto.raptor.RaptorPageSink | From | To | |
Rename Variable | 1 | ||
Rename Variable position : int to i : int in method public appendPages(inputPages List<Page>, pageIndexes int[], positionIndexes int[]) : void in class com.facebook.presto.raptor.storage.OrcStoragePageSink | From | To | |
Inline Method | 1 | ||
Inline Method private appendPage(page Page) : void inlined to public appendPage(page Page, sampleWeightBlock Block) : void in class com.facebook.presto.raptor.RaptorPageSink | From | To | |
Extract Method | 2 | ||
Extract Method private flushPageBufferIfNecessary(rowsToAdd int) : void extracted from public appendPage(page Page, sampleWeightBlock Block) : void in class com.facebook.presto.raptor.RaptorPageSink | From | To | |
Extract Method private appendRow(page Page, position int) : void extracted from public appendPage(page Page) : void in class com.facebook.presto.raptor.storage.OrcStoragePageSink | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rowCount : int to rowCount : long in class com.facebook.presto.raptor.RaptorPageSink | From | To |