2f0b51cbe8db817471d87d2521508ba6e42174e9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable groupByEntry : Entry to groupBy : Pair<Integer,Expression> in method public compile(context StatementContext, statement SelectStatement, tupleProjector TupleProjector, isInRowKeyOrder boolean) : GroupBy in class org.apache.phoenix.compile.GroupByCompiler | From | To | |
Rename Variable groupByEntries : List<Entry> to groupBys : List<Pair<Integer,Expression>> in method public compile(context StatementContext, statement SelectStatement, tupleProjector TupleProjector, isInRowKeyOrder boolean) : GroupBy in class org.apache.phoenix.compile.GroupByCompiler | From | To | |
Move Class | 1 | ||
Move Class org.apache.phoenix.compile.TrackOrderPreservingExpressionCompiler.Ordering moved to org.apache.phoenix.compile.OrderPreservingTracker.Ordering | From | To | |
Extract Variable | 2 | ||
Extract Variable explainPlan : String in method public testNoGroupByLimitOptimization() : void from class org.apache.phoenix.compile.QueryCompilerTest | From | To | |
Extract Variable isNullsLast : boolean in method public compile(context StatementContext, statement SelectStatement, groupBy GroupBy, limit Integer, projector RowProjector, isInRowKeyOrder boolean) : OrderBy from class org.apache.phoenix.compile.OrderByCompiler | From | To | |
Change Variable Type | 3 | ||
Change Variable Type groupByEntries : List<Entry> to groupBys : List<Pair<Integer,Expression>> in method public compile(context StatementContext, statement SelectStatement, tupleProjector TupleProjector, isInRowKeyOrder boolean) : GroupBy in class org.apache.phoenix.compile.GroupByCompiler | From | To | |
Change Variable Type groupByEntry : Entry to groupBy : Pair<Integer,Expression> in method public compile(context StatementContext, statement SelectStatement, tupleProjector TupleProjector, isInRowKeyOrder boolean) : GroupBy in class org.apache.phoenix.compile.GroupByCompiler | From | To |