28a8b802c2a32f9735bf187f08ef0a9e33baf2dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private doColumnProjectionOptimization(context StatementContext, scan Scan, table PTable, statement FilterableStatement) : void renamed to private optimizeProjection(context StatementContext, scan Scan, table PTable, statement FilterableStatement) : void in class org.apache.phoenix.iterate.BaseResultIterators | From | To | |
| Rename Variable | 1 | ||
| Rename Variable useOptimization : boolean to preventSeekToColumn : boolean in method private optimizeProjection(context StatementContext, scan Scan, table PTable, statement FilterableStatement) : void in class org.apache.phoenix.iterate.BaseResultIterators | From | To | |
| Extract Variable | 2 | ||
| Extract Variable family : byte[] in method private optimizeProjection(context StatementContext, scan Scan, table PTable, statement FilterableStatement) : void from class org.apache.phoenix.iterate.BaseResultIterators | From | To | |
| Extract Variable filteredFamily : byte[] in method private optimizeProjection(context StatementContext, scan Scan, table PTable, statement FilterableStatement) : void from class org.apache.phoenix.iterate.BaseResultIterators | From | To |