b3e630b11264ceaccbc6c133a8861807679c00be
Files Diff
- Added: 4
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type state : KeyValuePairsState to state : MultiKeyValuePairsState in method public output(state MultiKeyValuePairsState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Change Parameter Type state : KeyValuePairsState to state : MultiKeyValuePairsState in method public input(state MultiKeyValuePairsState, key Block, value Block, position int) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Change Parameter Type state : KeyValuePairsState to state : MultiKeyValuePairsState in method public combine(state MultiKeyValuePairsState, otherState MultiKeyValuePairsState) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Change Parameter Type otherState : KeyValuePairsState to otherState : MultiKeyValuePairsState in method public combine(state MultiKeyValuePairsState, otherState MultiKeyValuePairsState) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Move Method | 1 | ||
| Move Method public toMultimapNativeEncoding() : Block from class com.facebook.presto.operator.aggregation.KeyValuePairs to public toMultimapNativeEncoding() : Block from class com.facebook.presto.operator.aggregation.MultiKeyValuePairs | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type pairs : KeyValuePairs to pairs : MultiKeyValuePairs in method public combine(state MultiKeyValuePairsState, otherState MultiKeyValuePairsState) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Change Variable Type pairs : KeyValuePairs to pairs : MultiKeyValuePairs in method public output(state MultiKeyValuePairsState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To | |
| Change Variable Type pairs : KeyValuePairs to pairs : MultiKeyValuePairs in method public input(state MultiKeyValuePairsState, key Block, value Block, position int) : void in class com.facebook.presto.operator.aggregation.MultimapAggregationFunction | From | To |