f563f38225d96872fd4bff237c1d70469b2664bf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEntryWidth() : int renamed to private getEntryWidthForAlloc() : int in class org.apache.drill.exec.record.RecordBatchSizer.ColumnSize | From | To | |
Move Attribute | 1 | ||
Move Attribute private STD_REPETITION_FACTOR : int from class org.apache.drill.exec.record.RecordBatchSizer to public STD_REPETITION_FACTOR : int from class org.apache.drill.exec.vector.AllocationHelper | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public STD_REPETITION_FACTOR : int in class org.apache.drill.exec.vector.AllocationHelper | From | To | |
Extract Method | 1 | ||
Extract Method public getAllocSizePerEntry() : int extracted from public getEntryWidth() : int in class org.apache.drill.exec.record.RecordBatchSizer.ColumnSize | From | To | |
Rename Parameter | 1 | ||
Rename Parameter estElementCountPerArray : int to cardinality : int in method private verifyColumnValues(column ColumnSize, stdDataSizePerEntry int, stdNetSizePerEntry int, dataSizePerEntry int, netSizePerEntry int, totalDataSize int, totalNetSize int, valueCount int, elementCount int, cardinality int, isVariableWidth boolean) : void in class org.apache.drill.exec.record.TestRecordBatchSizer | From | To |