2acb38a9c64d0d4f6551af9ad2767b9e36c6975a
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type tupleIterator : Iterator<Tuple> to tuples : Iterable<Tuple> in method public LiteralResultIterationPlan(tuples Iterable<Tuple>, context StatementContext, statement FilterableStatement, tableRef TableRef, projection RowProjector, limit Integer, orderBy OrderBy, parallelIteratorFactory ParallelIteratorFactory) in class org.apache.phoenix.execute.LiteralResultIterationPlan | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute tupleIterator : Iterator<Tuple> to tuples : Iterable<Tuple> in class org.apache.phoenix.execute.LiteralResultIterationPlan | From | To | |
| Extract Variable | 1 | ||
| Extract Variable clazz : Class<? extends Expression> in method public valueOfOrNull(expression Expression) : ExpressionType from class org.apache.phoenix.expression.ExpressionType | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tupleIterator : Iterator<Tuple> to tuples : Iterable<Tuple> in class org.apache.phoenix.execute.LiteralResultIterationPlan | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter tupleIterator : Iterator<Tuple> to tuples : Iterable<Tuple> in method public LiteralResultIterationPlan(tuples Iterable<Tuple>, context StatementContext, statement FilterableStatement, tableRef TableRef, projection RowProjector, limit Integer, orderBy OrderBy, parallelIteratorFactory ParallelIteratorFactory) in class org.apache.phoenix.execute.LiteralResultIterationPlan | From | To |