8b1b977a26d4f1817201d062d1106483d0218d1f
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getMaterializingOperator() : MaterializingOperator renamed to public getMaterializedResult() : MaterializedResult in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable operator : MaterializingOperator to resultBuilder : MaterializedResult.Builder in method public getMaterializedResult() : MaterializedResult in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type MaterializingOperator to MaterializedResult in method public getMaterializedResult() : MaterializedResult in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To | |
Move Attribute | 2 | ||
Move Attribute private probeTypes : List<Type> from class com.facebook.presto.operator.LookupJoinOperator to private probeTypes : List<Type> from class com.facebook.presto.operator.LookupOuterOperator | From | To | |
Move Attribute private probeTypes : List<Type> from class com.facebook.presto.operator.LookupJoinOperator to private probeTypes : List<Type> from class com.facebook.presto.operator.LookupOuterOperator.LookupOuterOperatorFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute materializingOperator : AtomicReference<MaterializingOperator> to materializedResultBuilder : AtomicReference<MaterializedResult.Builder> in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type operator : MaterializingOperator to resultBuilder : MaterializedResult.Builder in method public getMaterializedResult() : MaterializedResult in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type materializingOperator : AtomicReference<MaterializingOperator> to materializedResultBuilder : AtomicReference<MaterializedResult.Builder> in class com.facebook.presto.testing.LocalQueryRunner.MaterializedOutputFactory | From | To |