Class LongDecimalWithOverflowAndLongStateSerializer
java.lang.Object
io.trino.operator.aggregation.state.LongDecimalWithOverflowAndLongStateSerializer
- All Implemented Interfaces:
AccumulatorStateSerializer<LongDecimalWithOverflowAndLongState>
public class LongDecimalWithOverflowAndLongStateSerializer
extends Object
implements AccumulatorStateSerializer<LongDecimalWithOverflowAndLongState>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(Block block, int index, LongDecimalWithOverflowAndLongState state) voidserialize(LongDecimalWithOverflowAndLongState state, BlockBuilder out)
-
Constructor Details
-
LongDecimalWithOverflowAndLongStateSerializer
public LongDecimalWithOverflowAndLongStateSerializer()
-
-
Method Details
-
getSerializedType
- Specified by:
getSerializedTypein interfaceAccumulatorStateSerializer<LongDecimalWithOverflowAndLongState>
-
serialize
- Specified by:
serializein interfaceAccumulatorStateSerializer<LongDecimalWithOverflowAndLongState>
-
deserialize
- Specified by:
deserializein interfaceAccumulatorStateSerializer<LongDecimalWithOverflowAndLongState>
-