|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public combine(state NullableLongState, scratchState NullableLongState) : void in class com.facebook.presto.operator.aggregation.TestCountNullAggregation.CountNull |
From |
To |
|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public input(state NullableLongState, block Block, position int) : void in class com.facebook.presto.operator.aggregation.TestCountNullAggregation.CountNull |
From |
To |
|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public deserialize(block Block, index int, state NullableLongState) : void in class com.facebook.presto.operator.aggregation.state.NullableLongStateSerializer |
From |
To |
|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public sum(state NullableLongState, value long) : void in class com.facebook.presto.operator.aggregation.LongSumAggregation |
From |
To |
|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public input(state NullableLongState, value long) : void in class com.facebook.presto.tests.CustomSum |
From |
To |
|
Change Parameter Type state : NullableBigintState to state : NullableLongState in method public serialize(state NullableLongState, out BlockBuilder) : void in class com.facebook.presto.operator.aggregation.state.NullableLongStateSerializer |
From |
To |
|
Change Parameter Type scratchState : NullableBigintState to scratchState : NullableLongState in method public combine(state NullableLongState, scratchState NullableLongState) : void in class com.facebook.presto.operator.aggregation.TestCountNullAggregation.CountNull |
From |
To |