2902ca9a5a780b3ee8b6ec56f01e3b3df4e2f37a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type diskCost : float to diskCost : double in method public ScanStats(property GroupScanProperty, recordCount double, cpuCost double, diskCost double) in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Parameter Type recordCount : long to recordCount : double in method public ScanStats(property GroupScanProperty, recordCount double, cpuCost double, diskCost double) in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Parameter Type cpuCost : float to cpuCost : double in method public ScanStats(property GroupScanProperty, recordCount double, cpuCost double, diskCost double) in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Return Type | 3 | ||
Change Return Type float to double in method public getCpuCost() : double in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Return Type long to double in method public getRecordCount() : double in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Return Type float to double in method public getDiskCost() : double in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Variable Type | 2 | ||
Change Variable Type rowCount : int to rowCount : double in method public MockGroupScanPOP(url String, readEntries List<MockScanEntry>) in class org.apache.drill.exec.store.mock.MockGroupScanPOP | From | To | |
Change Variable Type dataSize : int to dataSize : double in method public MockGroupScanPOP(url String, readEntries List<MockScanEntry>) in class org.apache.drill.exec.store.mock.MockGroupScanPOP | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type recordCount : long to recordCount : double in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Attribute Type diskCost : float to diskCost : double in class org.apache.drill.exec.physical.base.ScanStats | From | To | |
Change Attribute Type cpuCost : float to cpuCost : double in class org.apache.drill.exec.physical.base.ScanStats | From | To |