66096624251098603f97ceafa5c0c291f083fe65
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private createMergeSource(node RemoteSourceNode, context LocalExecutionPlanContext) : PhysicalOperation extracted from public visitRemoteSource(node RemoteSourceNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Extract Method private createRemoteSource(node RemoteSourceNode, context LocalExecutionPlanContext) : PhysicalOperation extracted from public visitRemoteSource(node RemoteSourceNode, context LocalExecutionPlanContext) : PhysicalOperation in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Extract Method private makeLayoutFromOutputSymbols(outputSymbols List<Symbol>) : ImmutableMap<Symbol,Integer> extracted from private makeLayout(node PlanNode) : ImmutableMap<Symbol,Integer> in class com.facebook.presto.sql.planner.LocalExecutionPlanner.Visitor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isDistributedSortEnabled() : boolean 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 |