f9420e6fb8d635572a7049527db0cc513dbeebe6
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable limitThreshold : long to thresholdToUse : long in method private isAmountOfDataToScanWithinThreshold(context StatementContext, table PTable, perScanLimit Integer) : boolean in class org.apache.phoenix.execute.ScanPlan | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute isDataWithinThreshold : boolean to isDataToScanWithinThreshold : boolean in method protected newIterator(scanGrouper ParallelScanGrouper, scan Scan) : ResultIterator in class org.apache.phoenix.execute.ScanPlan | From | To | |
Replace Variable With Attribute hasSerialHint : boolean to isSerial : boolean in method protected newIterator(scanGrouper ParallelScanGrouper, scan Scan) : ResultIterator in class org.apache.phoenix.execute.AggregatePlan | From | To | |
Rename Attribute | 1 | ||
Rename Attribute QUERY_PARALLEL_LIMIT_THRESHOLD : String to FILTERED_OR_NONLIMITED_QUERY_SERIAL_THRESHOLD : String in class org.apache.phoenix.query.QueryServices | From | To | |
Extract Variable | 2 | ||
Extract Variable isOrdered : boolean in method private ScanPlan(context StatementContext, statement FilterableStatement, table TableRef, projector RowProjector, limit Integer, offset Integer, orderBy OrderBy, parallelIteratorFactory ParallelIteratorFactory, allowPageFilter boolean, dynamicFilter Expression) from class org.apache.phoenix.execute.ScanPlan | From | To | |
Extract Variable regionSize : long in method private isAmountOfDataToScanWithinThreshold(context StatementContext, table PTable, perScanLimit Integer) : boolean from class org.apache.phoenix.execute.ScanPlan | From | To |