45516fa1d7aa939520a79dea07f71feda5177553
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isColumnarProcessingDictionaryEnabled(session Session) : boolean renamed to public getProcessingOptimization(session Session) : String in class com.facebook.presto.SystemSessionProperties | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to String in method public getProcessingOptimization(session Session) : String in class com.facebook.presto.SystemSessionProperties | From | To | |
Rename Attribute | 3 | ||
Rename Attribute COLUMNAR_PROCESSING_DICTIONARY : String to PROCESSING_OPTIMIZATION : String in class com.facebook.presto.SystemSessionProperties | From | To | |
Rename Attribute columnarProcessingEnabled : boolean to processingOptimization : String in class com.facebook.presto.operator.ScanFilterAndProjectOperator | From | To | |
Rename Attribute columnarProcessingEnabled : boolean to processingOptimization : String in class com.facebook.presto.operator.FilterAndProjectOperator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type columnarProcessingEnabled : boolean to processingOptimization : String in class com.facebook.presto.operator.ScanFilterAndProjectOperator | From | To | |
Change Attribute Type columnarProcessingEnabled : boolean to processingOptimization : String in class com.facebook.presto.operator.FilterAndProjectOperator | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getProcessingOptimization() : String extracted from public SystemSessionProperties(queryManagerConfig QueryManagerConfig, taskManagerConfig TaskManagerConfig, memoryManagerConfig MemoryManagerConfig, featuresConfig FeaturesConfig) in class com.facebook.presto.SystemSessionProperties & moved to class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To |