55c2bea04c28d22e58ef055ee35947c1b6cec21c
Files Diff
- Added: 9
- Removed: 2
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public doEval(inIndex int, outIndex int) : void renamed to public copyEntry(inIndex int, outIndex int) : void in class org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier | From | To | |
Rename Method public setupRemover(context FragmentContext, incoming RecordBatch, outgoing RecordBatch) : void renamed to public setup(incoming RecordBatch, outgoing VectorContainer) : void in class org.apache.drill.exec.physical.impl.svremover.Copier | From | To | |
Rename Method private getGenerated4Copier() : Copier renamed to private create2Copier() : Copier in class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch | From | To | |
Rename Method public setupRemover(context FragmentContext, incoming RecordBatch, outgoing RecordBatch) : void renamed to public setup(incoming RecordBatch, outgoing VectorContainer) : void in class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch.StraightCopier | From | To | |
Rename Method public doEval(inIndex int, outIndex int) : void renamed to public copyEntry(inIndex int, outIndex int) : void in class org.apache.drill.exec.physical.impl.svremover.GenericSV2Copier | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public doSetup(context FragmentContext, incoming RecordBatch, outgoing RecordBatch) : void from class org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier to public setup(incoming RecordBatch, outgoing VectorContainer) : void from class org.apache.drill.exec.physical.impl.svremover.GenericCopier | From | To | |
Move And Rename Method public doSetup(context FragmentContext, incoming RecordBatch, outgoing RecordBatch) : void from class org.apache.drill.exec.physical.impl.svremover.GenericSV2Copier to public setup(incoming RecordBatch, outgoing VectorContainer) : void from class org.apache.drill.exec.physical.impl.svremover.GenericCopier | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type outgoing : RecordBatch to outgoing : VectorContainer in method public setup(incoming RecordBatch, outgoing VectorContainer) : void in class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch.StraightCopier | From | To | |
Change Parameter Type outgoing : RecordBatch to outgoing : VectorContainer in method public setup(incoming RecordBatch, outgoing VectorContainer) : void in class org.apache.drill.exec.physical.impl.svremover.GenericCopier | From | To | |
Change Parameter Type outgoing : RecordBatch to outgoing : VectorContainer in method public setup(incoming RecordBatch, outgoing VectorContainer) : void in class org.apache.drill.exec.physical.impl.svremover.Copier | From | To | |
Inline Method | 1 | ||
Inline Method public getGenerated4Copier(batch RecordBatch, context FragmentContext, container VectorContainer, outgoing RecordBatch, callBack SchemaChangeCallBack) : Copier inlined to private create2Copier() : Copier in class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private vvIn : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.GenericSV2Copier to protected vvIn : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.AbstractSV2Copier | From | To | |
Pull Up Attribute private vvIn : ValueVector[][] from class org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier to protected vvIn : ValueVector[][] from class org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier | From | To | |
Move Attribute | 2 | ||
Move Attribute private vvOut : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.GenericSV2Copier to private vvOut : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.GenericCopier | From | To | |
Move Attribute private vvOut : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier to private vvOut : ValueVector[] from class org.apache.drill.exec.physical.impl.svremover.GenericCopier | From | To | |
Extract Superclass | 2 | ||
Extract Superclass org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier from classes [org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier] | From | To | |
Extract Superclass org.apache.drill.exec.physical.impl.svremover.AbstractSV2Copier from classes [org.apache.drill.exec.physical.impl.svremover.GenericSV2Copier] | From | To | |
Inline Variable | 1 | ||
Inline Variable incomingRecordCount : int in method protected doWork() : IterOutcome from class org.apache.drill.exec.physical.impl.svremover.RemovingRecordBatch | From | To |