b2bbd9941be6b132a83d27c0ae02c935e1dec5dd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 10 | ||
Rename Variable v : NullableVarCharVector to vector : NullableVarCharVector in method public testNullableVarLen2() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable v : NullableFloat4Vector to vector : NullableFloat4Vector in method public testNullableFloat() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable v : BitVector to vector : BitVector in method public testBitVector() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable valueSize : int to curSize : int in method private allocateBytes(size long) : void in class org.apache.drill.exec.vector.BitVector | From | To | |
Rename Variable v : NullableFloat4Vector to vector : NullableFloat4Vector in method public testReAllocNullableFixedWidthVector() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable v : UInt4Vector to vector : UInt4Vector in method public testFixedType() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable v : NullableVarCharVector to vector : NullableVarCharVector in method public testReAllocNullableVariableWidthVector() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable v : NullableUInt4Vector to vector : NullableUInt4Vector in method public testNullableFixedType() : void in class org.apache.drill.exec.record.vector.TestValueVector | From | To | |
Rename Variable valueSize : int to size : int in method public allocateNew(valueCount int) : void in class org.apache.drill.exec.vector.BitVector | From | To | |
Rename Attribute | 3 | ||
Rename Attribute childIndex : int to currentInnerValueIndex : int in class org.apache.drill.exec.physical.impl.flatten.FlattenTemplate | From | To | |
Rename Attribute childIndexWithinCurrGroup : int to innerValueIndex : int in class org.apache.drill.exec.physical.impl.flatten.FlattenTemplate | From | To | |
Rename Attribute allocationValueCount : int to allocationSizeInBytes : int in class org.apache.drill.exec.vector.BitVector | From | To | |
Extract Variable | 2 | ||
Extract Variable valueIndexLocal : int in method public flattenRecords(recordCount int, firstOutputIndex int) : int from class org.apache.drill.exec.physical.impl.flatten.FlattenTemplate | From | To | |
Extract Variable outputIndex : int in method public flattenRecords(recordCount int, firstOutputIndex int) : int from class org.apache.drill.exec.physical.impl.flatten.FlattenTemplate | From | To | |
Extract Method | 2 | ||
Extract Method private allocateBytes(size long) : void extracted from public allocateNew(valueCount int) : void in class org.apache.drill.exec.vector.BitVector | From | To | |
Extract Method private allocateBytes(size long) : void extracted from public allocateNewSafe() : boolean in class org.apache.drill.exec.vector.BitVector | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type logger : org.slf4j.Logger to logger : Logger in class org.apache.drill.exec.vector.BaseValueVector | From | To | |
Change Attribute Type logger : org.slf4j.Logger to logger : Logger in class org.apache.drill.exec.physical.impl.flatten.FlattenTemplate | From | To | |
Rename Parameter | 1 | ||
Rename Parameter numRecords : int to valueCount : int in method public setInitialCapacity(valueCount int) : void in class org.apache.drill.exec.vector.BitVector | From | To |