b329e85b697575fcebcde9555c991038d14e4a3c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public shouldRowsBeInRowKeyOrder(orderBy OrderBy, context StatementContext) : boolean extracted from public isRoundRobinPossible(orderBy OrderBy, context StatementContext) : boolean in class org.apache.phoenix.util.ScanUtil | From | To | |
Extract Method private testForceRowKeyOrder(conn Connection, isSalted boolean) : void extracted from public testForcingRowKeyOrderNotUseRoundRobinIterator() : void in class org.apache.phoenix.compile.QueryCompilerTest | From | To | |
Extract Method private testOrderByOrGroupByDoesntUseRoundRobin(conn Connection, salted boolean) : void extracted from public testPlanForOrderByOrGroupByNotUseRoundRobin() : void in class org.apache.phoenix.compile.QueryCompilerTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public shouldRowsBeInRowKeyOrder(orderBy OrderBy, context StatementContext) : boolean extracted from protected newIterator(scanGrouper ParallelScanGrouper) : ResultIterator in class org.apache.phoenix.execute.ScanPlan & moved to class org.apache.phoenix.util.ScanUtil | From | To |