Interface LongDecimalWithOverflowAndLongState
-
- All Superinterfaces:
AccumulatorState,LongDecimalWithOverflowState
- All Known Implementing Classes:
LongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongState,LongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongState
public interface LongDecimalWithOverflowAndLongState extends LongDecimalWithOverflowState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLong(long value)longgetLong()voidsetLong(long value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Methods inherited from interface io.trino.operator.aggregation.state.LongDecimalWithOverflowState
addOverflow, getDecimalArray, getDecimalArrayOffset, getOverflow, isNotNull, setNotNull, setOverflow
-
-