601ab9b015cbf3207b78a03b988962b94172dbe6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private getPartitionHashBucket(position int, page Page) : int from class com.facebook.presto.HashPagePartitionFunction to public getPartitionHashBucket(partitionCount int, position int, page Page) : int from class com.facebook.presto.operator.HashGenerator | From | To | |
Move Method private createHashGenerator(hashChannel Optional<Integer>, partitioningChannels List<Integer>, types List<Type>) : HashGenerator from class com.facebook.presto.HashPagePartitionFunction to public createHashGenerator(hashChannel Optional<Integer>, partitioningChannels List<Integer>, types List<Type>) : HashGenerator from class com.facebook.presto.operator.HashGenerator | From | To | |
Extract Variable | 1 | ||
Extract Variable outputOperatorFactory : OutputFactory in method private SqlTaskExecution(taskStateMachine TaskStateMachine, taskContext TaskContext, sharedBuffer SharedBuffer, fragment PlanFragment, planner LocalExecutionPlanner, taskExecutor TaskExecutor, queryMonitor QueryMonitor, notificationExecutor Executor) from class com.facebook.presto.execution.SqlTaskExecution | From | To |