fdf248dcc4e890af5b8904bdf3c86820cece1f92
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type state : BigIntegerState to state : LongDecimalWithOverflowState in method public inputShortDecimal(type Type, state LongDecimalWithOverflowState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalSumAggregation | From | To | |
Change Parameter Type state : BigIntegerState to state : LongDecimalWithOverflowState in method public deserialize(block Block, index int, state LongDecimalWithOverflowState) : void in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateSerializer | From | To | |
Change Parameter Type state : BigIntegerState to state : LongDecimalWithOverflowState in method public inputLongDecimal(type Type, state LongDecimalWithOverflowState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalSumAggregation | From | To | |
Change Parameter Type state : BigIntegerState to state : LongDecimalWithOverflowState in method public serialize(state LongDecimalWithOverflowState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateSerializer | From | To | |
Change Return Type | 4 | ||
Change Return Type Class<? extends BigIntegerState> to Class<? extends LongDecimalWithOverflowState> in method public getSingleStateClass() : Class<? extends LongDecimalWithOverflowState> in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateFactory | From | To | |
Change Return Type Class<? extends BigIntegerState> to Class<? extends LongDecimalWithOverflowState> in method public getGroupedStateClass() : Class<? extends LongDecimalWithOverflowState> in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateFactory | From | To | |
Change Return Type BigIntegerState to LongDecimalWithOverflowState in method public createSingleState() : LongDecimalWithOverflowState in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateFactory | From | To | |
Change Return Type BigIntegerState to LongDecimalWithOverflowState in method public createGroupedState() : LongDecimalWithOverflowState in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateFactory | From | To | |
Rename Class | 3 | ||
Rename Class com.facebook.presto.operator.aggregation.state.BigIntegerState renamed to com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowState | From | To | |
Rename Class com.facebook.presto.operator.aggregation.state.BigIntegerStateFactory renamed to com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateFactory | From | To | |
Rename Class com.facebook.presto.operator.aggregation.state.BigIntegerStateSerializer renamed to com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowStateSerializer | From | To |