0fd3119e1d045b79d0378575f6657744297ea65f
Files Diff
- Added: 3
 - Removed: 3
 - Renamed: 0
 - Modified: 2
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type state : NumericHistogramAggregation.State to state : DoubleHistogramAggregation.State in method public deserialize(block Block, index int, state DoubleHistogramAggregation.State) : void in class com.facebook.presto.operator.aggregation.state.DoubleHistogramStateSerializer | From | To | |
| Change Parameter Type state : NumericHistogramAggregation.State to state : DoubleHistogramAggregation.State in method public serialize(state DoubleHistogramAggregation.State, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.state.DoubleHistogramStateSerializer | From | To | |
| Change Return Type | 4 | ||
| Change Return Type NumericHistogramAggregation.State to DoubleHistogramAggregation.State in method public createGroupedState() : DoubleHistogramAggregation.State in class com.facebook.presto.operator.aggregation.NumericHistogramStateFactory | From | To | |
| Change Return Type Class<? extends NumericHistogramAggregation.State> to Class<? extends DoubleHistogramAggregation.State> in method public getSingleStateClass() : Class<? extends DoubleHistogramAggregation.State> in class com.facebook.presto.operator.aggregation.NumericHistogramStateFactory | From | To | |
| Change Return Type Class<? extends NumericHistogramAggregation.State> to Class<? extends DoubleHistogramAggregation.State> in method public getGroupedStateClass() : Class<? extends DoubleHistogramAggregation.State> in class com.facebook.presto.operator.aggregation.NumericHistogramStateFactory | From | To | |
| Change Return Type NumericHistogramAggregation.State to DoubleHistogramAggregation.State in method public createSingleState() : DoubleHistogramAggregation.State in class com.facebook.presto.operator.aggregation.NumericHistogramStateFactory | From | To | |
| Rename Class | 3 | ||
| Rename Class com.facebook.presto.operator.aggregation.state.NumericHistogramStateSerializer renamed to com.facebook.presto.operator.aggregation.state.DoubleHistogramStateSerializer | From | To | |
| Rename Class com.facebook.presto.operator.aggregation.NumericHistogramAggregation renamed to com.facebook.presto.operator.aggregation.DoubleHistogramAggregation | From | To | |
| Rename Class com.facebook.presto.operator.aggregation.TestNumericHistogramAggregation renamed to com.facebook.presto.operator.aggregation.TestDoubleHistogramAggregation | From | To |