2882b89c2288a9df7c9abd5321cb85c588312b8c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 2 | ||
Merge Attribute [bitsInMask : int, partitionMask : int, cycleNum : int] to spilledState : SpilledState<HashAggSpilledPartition> in class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate | From | To | |
Merge Attribute [numPartitions : int, cycleNum : int] to spilledState : SpilledState<HashAggSpilledPartition> in class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type spilledInners : HashJoinBatch.HJSpilledPartition[] to spilledInners : HashJoinBatch.HashJoinSpilledPartition[] in method public setupHashJoinProbe(probeBatch RecordBatch, outgoing HashJoinBatch, joinRelType JoinRelType, leftStartState RecordBatch.IterOutcome, partitions HashPartition[], cycleNum int, container VectorContainer, spilledInners HashJoinBatch.HashJoinSpilledPartition[], buildSideIsEmpty boolean, numPartitions int, rightHVColPosition int) : void in class org.apache.drill.exec.physical.impl.join.HashJoinProbe | From | To | |
Change Parameter Type spilledInners : HashJoinBatch.HJSpilledPartition[] to spilledInners : HashJoinBatch.HashJoinSpilledPartition[] in method public setupHashJoinProbe(probeBatch RecordBatch, outgoing HashJoinBatch, joinRelType JoinRelType, leftStartState IterOutcome, partitions HashPartition[], cycleNum int, container VectorContainer, spilledInners HashJoinBatch.HashJoinSpilledPartition[], buildSideIsEmpty boolean, numPartitions int, rightHVColPosition int) : void in class org.apache.drill.exec.physical.impl.join.HashJoinProbeTemplate | From | To | |
Move Attribute | 5 | ||
Move Attribute private partitionMask : int from class org.apache.drill.exec.physical.impl.join.HashJoinBatch to private partitionMask : int from class org.apache.drill.exec.physical.impl.common.SpilledState | From | To | |
Move Attribute private numPartitions : int from class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate to private numPartitions : int from class org.apache.drill.exec.physical.impl.common.SpilledState | From | To | |
Move Attribute private partitionMask : int from class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate to private partitionMask : int from class org.apache.drill.exec.physical.impl.common.SpilledState | From | To | |
Move Attribute private bitsInMask : int from class org.apache.drill.exec.physical.impl.join.HashJoinBatch to private bitsInMask : int from class org.apache.drill.exec.physical.impl.common.SpilledState | From | To | |
Move Attribute private bitsInMask : int from class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate to private bitsInMask : int from class org.apache.drill.exec.physical.impl.common.SpilledState | From | To | |
Extract Class | 2 | ||
Extract Class org.apache.drill.exec.physical.impl.common.SpilledState from class org.apache.drill.exec.physical.impl.aggregate.HashAggTemplate | From | To | |
Extract Class org.apache.drill.exec.physical.impl.common.SpilledState from class org.apache.drill.exec.physical.impl.join.HashJoinBatch | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.drill.exec.physical.impl.join.HashJoinBatch.HJSpilledPartition renamed to org.apache.drill.exec.physical.impl.join.HashJoinBatch.HashJoinSpilledPartition | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sp : HashJoinBatch.HJSpilledPartition to sp : HashJoinBatch.HashJoinSpilledPartition in method private executeProbePhase() : void in class org.apache.drill.exec.physical.impl.join.HashJoinProbeTemplate | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type spilledInners : HashJoinBatch.HJSpilledPartition[] to spilledInners : HashJoinBatch.HashJoinSpilledPartition[] in class org.apache.drill.exec.physical.impl.join.HashJoinProbeTemplate | From | To | |
Change Attribute Type spilledInners : HJSpilledPartition[] to spilledInners : HashJoinSpilledPartition[] in class org.apache.drill.exec.physical.impl.join.HashJoinBatch | From | To |