d5389389737beacd780353d9e3a6239ecd3a4471
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public checkProjectionNumAndTypes(selectPlans List<QueryPlan>) : List<QueryPlan> renamed to private checkProjectionNumAndExpressions(selectPlans List<QueryPlan>) : List<TargetDataExpression> in class org.apache.phoenix.compile.UnionCompiler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type plan : QueryPlan to plans : List<QueryPlan> in method public contructSchemaTable(statement PhoenixStatement, plans List<QueryPlan>, selectNodes List<AliasedNode>) : TableRef in class org.apache.phoenix.compile.UnionCompiler | From | To | |
Rename Variable | 1 | ||
Rename Variable pros : List<? extends ColumnProjector> to colproj : ColumnProjector in method private checkProjectionNumAndExpressions(selectPlans List<QueryPlan>) : List<TargetDataExpression> in class org.apache.phoenix.compile.UnionCompiler | From | To | |
Change Return Type | 1 | ||
Change Return Type List<QueryPlan> to List<TargetDataExpression> in method private checkProjectionNumAndExpressions(selectPlans List<QueryPlan>) : List<TargetDataExpression> in class org.apache.phoenix.compile.UnionCompiler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pros : List<? extends ColumnProjector> to colproj : ColumnProjector in method private checkProjectionNumAndExpressions(selectPlans List<QueryPlan>) : List<TargetDataExpression> in class org.apache.phoenix.compile.UnionCompiler | From | To | |
Inline Variable | 2 | ||
Inline Variable sourceExpression : Expression in method public contructSchemaTable(statement PhoenixStatement, plan QueryPlan, selectNodes List<AliasedNode>) : TableRef from class org.apache.phoenix.compile.UnionCompiler | From | To | |
Inline Variable plan : QueryPlan in method public checkProjectionNumAndTypes(selectPlans List<QueryPlan>) : List<QueryPlan> from class org.apache.phoenix.compile.UnionCompiler | From | To | |
Rename Parameter | 1 | ||
Rename Parameter plan : QueryPlan to plans : List<QueryPlan> in method public contructSchemaTable(statement PhoenixStatement, plans List<QueryPlan>, selectNodes List<AliasedNode>) : TableRef in class org.apache.phoenix.compile.UnionCompiler | From | To |