9078dddc88d8749016ace2d94da7f7dd54eeff96
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public isConextScan(scan Scan, context StatementContext) : boolean renamed to public isContextScan(scan Scan, context StatementContext) : boolean in class org.apache.phoenix.util.ScanUtil | From | To | |
| Extract Variable | 1 | ||
| Extract Variable numScans : int in method protected submitWork(nestedScans List<List<Scan>>, nestedFutures List<List<Pair<Scan,Future<PeekingResultIterator>>>>, allIterators Queue<PeekingResultIterator>, estFlattenedSize int, isReverse boolean, scanGrouper ParallelScanGrouper) : void from class org.apache.phoenix.iterate.ParallelIterators | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public isLastScan() : boolean extracted from protected submitWork(nestedScans List<List<Scan>>, nestedFutures List<List<Pair<Scan,Future<PeekingResultIterator>>>>, allIterators Queue<PeekingResultIterator>, estFlattenedSize int, isReverse boolean, scanGrouper ParallelScanGrouper) : void in class org.apache.phoenix.iterate.ParallelIterators & moved to class org.apache.phoenix.iterate.BaseResultIterators.ScanLocator | From | To | |
| Extract And Move Method public isFirstScan() : boolean extracted from protected submitWork(nestedScans List<List<Scan>>, nestedFutures List<List<Pair<Scan,Future<PeekingResultIterator>>>>, allIterators Queue<PeekingResultIterator>, estFlattenedSize int, isReverse boolean, scanGrouper ParallelScanGrouper) : void in class org.apache.phoenix.iterate.ParallelIterators & moved to class org.apache.phoenix.iterate.BaseResultIterators.ScanLocator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter table : TableRef to tableRef : TableRef in method private buildResultIteratorFactory(context StatementContext, statement FilterableStatement, tableRef TableRef, orderBy OrderBy, limit Integer, offset Integer, allowPageFilter boolean) : ParallelIteratorFactory in class org.apache.phoenix.execute.ScanPlan | From | To |