8826ac4ac69ba701498ac368201b9bdf26d0bbd7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private isAmountOfDataToScanWithinThreshold(context StatementContext, table PTable, perScanLimit Integer) : boolean renamed to private getEstimateOfDataSizeToScanIfWithinThreshold(context StatementContext, table PTable, perScanLimit Integer) : Pair<Long,Long> in class org.apache.phoenix.execute.ScanPlan | From | To | |
| Change Return Type | 1 | ||
| Change Return Type boolean to Pair<Long,Long> in method private getEstimateOfDataSizeToScanIfWithinThreshold(context StatementContext, table PTable, perScanLimit Integer) : Pair<Long,Long> in class org.apache.phoenix.execute.ScanPlan | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute EXPLAIN_PLAN_ROW_PROJECTOR : RowProjector to EXPLAIN_PLAN_ROW_PROJECTOR_WITH_BYTE_ROW_ESTIMATES : RowProjector in class org.apache.phoenix.jdbc.PhoenixStatement | From | To |