fc76e65c9d46cc800e98a136eb14309468915afb
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable bucket : int to partition : long in method public appendPage(page Page) : void in class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Rename Class | 1 | ||
| Rename Class com.facebook.presto.raptor.RaptorPageSink.BucketedPageWriter renamed to com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bucket : int to partition : long in method public appendPage(page Page) : void in class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable bucketNumber : OptionalInt in method public appendPage(page Page) : void from class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Extract Method | 1 | ||
| Extract Method private getBucketArgsPage(page Page) : Page extracted from public appendPage(page Page) : void in class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type bucketFunction : BucketFunction to bucketFunction : Optional<BucketFunction> in class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To | |
| Change Attribute Type pageStores : Int2ObjectMap<PageStore> to pageStores : Long2ObjectMap<PageStore> in class com.facebook.presto.raptor.RaptorPageSink.PartitionedPageWriter | From | To |