04d9050aae26db228e5a580ce79382770c5fc4e4
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public serialize(state SliceState, out BlockBuilder) : void from class com.facebook.presto.operator.aggregation.state.SliceStateSerializer to public write(type Type, state SliceState, out BlockBuilder) : void from class com.facebook.presto.operator.aggregation.state.SliceState | From | To | |
| Rename Variable | 1 | ||
| Rename Variable stateFactory : AccumulatorStateFactory<?> to outputFunction : MethodHandle in method protected generateAggregation(type Type, compareMethodHandle MethodHandle) : InternalAggregationFunction in class com.facebook.presto.operator.aggregation.AbstractMinMaxAggregation | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type stateFactory : AccumulatorStateFactory<?> to outputFunction : MethodHandle in method protected generateAggregation(type Type, compareMethodHandle MethodHandle) : InternalAggregationFunction in class com.facebook.presto.operator.aggregation.AbstractMinMaxAggregation | From | To | |
| Split Attribute | 1 | ||
| Split Attribute compiler : StateCompiler to [LONG_OUTPUT_FUNCTION : MethodHandle, DOUBLE_OUTPUT_FUNCTION : MethodHandle, SLICE_OUTPUT_FUNCTION : MethodHandle, BOOLEAN_OUTPUT_FUNCTION : MethodHandle] in class com.facebook.presto.operator.aggregation.AbstractMinMaxAggregation | From | To |