Interface LongDecimalWithOverflowAndLongState
- All Superinterfaces:
AccumulatorState,LongDecimalWithOverflowState
- All Known Implementing Classes:
LongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongState,LongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSizeMethods inherited from interface io.trino.operator.aggregation.state.LongDecimalWithOverflowState
addOverflow, getDecimalArray, getDecimalArrayOffset, getOverflow, isNotNull, setNotNull, setOverflow
-
Method Details
-
getLong
long getLong() -
setLong
void setLong(long value) -
addLong
void addLong(long value)
-