|
Rename Method public inputShortDecimal(type Type, state BigIntegerAndLongState, block Block, position int) : void renamed to public inputLongDecimal(type Type, state LongDecimalWithOverflowAndLongState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Rename Method public inputLongDecimal(type Type, state BigIntegerAndLongState, block Block, position int) : void renamed to public inputShortDecimal(type Type, state LongDecimalWithOverflowAndLongState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public deserialize(block Block, index int, state LongDecimalWithOverflowAndLongState) : void in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowAndLongStateSerializer |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public inputLongDecimal(type Type, state LongDecimalWithOverflowAndLongState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public outputShortDecimal(type DecimalType, state LongDecimalWithOverflowAndLongState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public inputShortDecimal(type Type, state LongDecimalWithOverflowAndLongState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public outputLongDecimal(type DecimalType, state LongDecimalWithOverflowAndLongState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public serialize(state LongDecimalWithOverflowAndLongState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.state.LongDecimalWithOverflowAndLongStateSerializer |
From |
To |
|
Change Parameter Type state : BigIntegerAndLongState to state : LongDecimalWithOverflowAndLongState in method public average(state LongDecimalWithOverflowAndLongState, type DecimalType) : BigDecimal in class com.facebook.presto.operator.aggregation.DecimalAverageAggregation |
From |
To |