13a595a7eb047e0eec0f9ee4a69e8097ad46101f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type lookupSourcePositions : long to lookupSourcePositions : Optional<Long> in method public JoinOperatorInfo(joinType JoinType, logHistogramProbes long[], logHistogramOutput long[], lookupSourcePositions Optional<Long>) in class com.facebook.presto.operator.JoinOperatorInfo | From | To | |
| Change Parameter Type lookupSourcePositions : long to lookupSourcePositions : Optional<Long> in method public createJoinOperatorInfo(joinType JoinType, logHistogramCounters long[], lookupSourcePositions Optional<Long>) : JoinOperatorInfo in class com.facebook.presto.operator.JoinOperatorInfo | From | To | |
| Change Return Type | 1 | ||
| Change Return Type long to Optional<Long> in method public getLookupSourcePositions() : Optional<Long> in class com.facebook.presto.operator.JoinOperatorInfo | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type lookupSourcePositions : long to lookupSourcePositions : Optional<Long> in class com.facebook.presto.operator.JoinStatisticsCounter | From | To | |
| Change Attribute Type lookupSourcePositions : long to lookupSourcePositions : Optional<Long> in class com.facebook.presto.operator.JoinOperatorInfo | From | To |