1c58f442dea6c19745a119f53e47e78ce9e2ef76
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type keyRangeRhsValues : List<ImmutableBytesWritable> to keyRangeRhsValues : List<Expression> in method public addHashCache(keyRanges ScanRanges, iterator ResultIterator, estimatedSize long, onExpressions List<Expression>, singleValueOnly boolean, cacheUsingTableRef TableRef, keyRangeRhsExpression Expression, keyRangeRhsValues List<Expression>) : ServerCache in class org.apache.phoenix.join.HashCacheClient | From | To | |
| Change Parameter Type keyRangeRhsValues : List<ImmutableBytesWritable> to keyRangeRhsValues : List<Expression> in method private serialize(ptr ImmutableBytesWritable, iterator ResultIterator, estimatedSize long, onExpressions List<Expression>, singleValueOnly boolean, keyRangeRhsExpression Expression, keyRangeRhsValues List<Expression>) : void in class org.apache.phoenix.join.HashCacheClient | From | To | |
| Rename Variable | 1 | ||
| Rename Variable value : ImmutableBytesWritable to tempPtr : ImmutableBytesWritable in method private serialize(ptr ImmutableBytesWritable, iterator ResultIterator, estimatedSize long, onExpressions List<Expression>, singleValueOnly boolean, keyRangeRhsExpression Expression, keyRangeRhsValues List<Expression>) : void in class org.apache.phoenix.join.HashCacheClient | From | To | |
| Inline Method | 1 | ||
| Inline Method public create(children List<Expression>, isNegate boolean, ptr ImmutableBytesWritable, allowShortcut boolean) : Expression inlined to public create(children List<Expression>, isNegate boolean, ptr ImmutableBytesWritable) : Expression in class org.apache.phoenix.expression.InListExpression | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type keyRangeRhsValues : List<ImmutableBytesWritable> to keyRangeRhsValues : List<Expression> in method public execute(parent HashJoinPlan) : Object in class org.apache.phoenix.execute.HashJoinPlan.HashSubPlan | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public evaluateKeyExpression(keyExpression Expression, tuple Tuple, ptr ImmutableBytesWritable) : Expression extracted from public execute(parent HashJoinPlan) : Object in class org.apache.phoenix.execute.HashJoinPlan.HashSubPlan & moved to class org.apache.phoenix.join.HashCacheClient | From | To |