e9961bf384a1266787873320a6fdee359f149e66
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private copyDataToOutputVectors(fromRowIndex int, toRowIndex int, batch RecordBatch, startVectorIndex int, endVectorIndex int, baseVectorIndex int, numRowsToCopy int, moveFromIndex boolean) : void renamed to private setupInputOutputVectors(batch RecordBatch, startVectorIndex int, endVectorIndex int, baseVectorIndex int, isRightBatch boolean) : void in class org.apache.drill.exec.physical.impl.join.LateralJoinBatch | From | To | |
Rename Variable | 1 | ||
Rename Variable rowsToCopy : int to numRowsCopied : int in method private crossJoinAndOutputRecords() : void in class org.apache.drill.exec.physical.impl.join.LateralJoinBatch | From | To | |
Split Attribute | 1 | ||
Split Attribute leftSchema : BatchSchema to [leftInputOutputVector : Map<ValueVector,ValueVector>, rightInputOutputVector : Map<ValueVector,ValueVector>] in class org.apache.drill.exec.physical.impl.join.LateralJoinBatch | From | To | |
Extract Method | 1 | ||
Extract Method private handleRemainingLeftRows() : boolean extracted from private produceOutputBatch() : IterOutcome in class org.apache.drill.exec.physical.impl.join.LateralJoinBatch | From | To | |
Rename Parameter | 1 | ||
Rename Parameter moveFromIndex : boolean to isRightBatch : boolean in method private setupInputOutputVectors(batch RecordBatch, startVectorIndex int, endVectorIndex int, baseVectorIndex int, isRightBatch boolean) : void in class org.apache.drill.exec.physical.impl.join.LateralJoinBatch | From | To |