3f829751dd5158c526e5c5bd3da61dde1c6e4194
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type projected : ProjectedPTableWrapper to projectedTable : PTable in method public TupleProjector(projectedTable PTable) in class org.apache.phoenix.execute.TupleProjector | From | To | |
Rename Variable | 2 | ||
Rename Variable projectedColumns : List<PColumn> to sourceColumns : List<ColumnRef> in method public createProjectedTable(rowProjector RowProjector) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Rename Variable projectedColumns : List<PColumn> to sourceColumns : List<ColumnRef> in method public createProjectedTable(retainPKColumns boolean, context StatementContext) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Change Return Type | 2 | ||
Change Return Type ProjectedPTableWrapper to PTable in method public createProjectedTable(rowProjector RowProjector) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Change Return Type ProjectedPTableWrapper to PTable in method public createProjectedTable(retainPKColumns boolean, context StatementContext) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Extract Variable | 4 | ||
Extract Variable rhsProjTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan from class org.apache.phoenix.compile.QueryCompiler | From | To | |
Extract Variable tableAlias : String in method private projectAllTableColumns(context StatementContext, tableRef TableRef, resolveColumn boolean, projectedExpressions List<Expression>, projectedColumns List<ExpressionProjector>, targetColumns List<? extends PDatum>) : void from class org.apache.phoenix.compile.ProjectionCompiler | From | To | |
Extract Variable tableAlias : String in method private projectAllIndexColumns(context StatementContext, tableRef TableRef, resolveColumn boolean, projectedExpressions List<Expression>, projectedColumns List<ExpressionProjector>, targetColumns List<? extends PDatum>) : void from class org.apache.phoenix.compile.ProjectionCompiler | From | To | |
Extract Variable lhsProjTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan from class org.apache.phoenix.compile.QueryCompiler | From | To | |
Change Variable Type | 9 | ||
Change Variable Type projectedColumns : List<PColumn> to sourceColumns : List<ColumnRef> in method public createProjectedTable(retainPKColumns boolean, context StatementContext) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Change Variable Type initialProjectedTable : ProjectedPTableWrapper to initialProjectedTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan in class org.apache.phoenix.compile.QueryCompiler | From | To | |
Change Variable Type projectedTable : PTableWrapper to projectedTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan in class org.apache.phoenix.compile.QueryCompiler | From | To | |
Change Variable Type projectedColumns : List<PColumn> to sourceColumns : List<ColumnRef> in method public createProjectedTable(rowProjector RowProjector) : PTable in class org.apache.phoenix.compile.JoinCompiler.Table | From | To | |
Change Variable Type projectedTable : ProjectedPTableWrapper to projectedTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan in class org.apache.phoenix.compile.QueryCompiler | From | To | |
Change Variable Type rhsProjTable : ProjectedPTableWrapper to rhsProjTable : PTable in method protected compileJoinQuery(context StatementContext, binds List<Object>, joinTable JoinTable, asSubquery boolean, projectPKColumns boolean, orderBy List<OrderByNode>) : QueryPlan in class org.apache.phoenix.compile.QueryCompiler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter projected : ProjectedPTableWrapper to projectedTable : PTable in method public TupleProjector(projectedTable PTable) in class org.apache.phoenix.execute.TupleProjector | From | To |