Interface LongDecimalWithOverflowState
-
- All Superinterfaces:
AccumulatorState
- All Known Subinterfaces:
LongDecimalWithOverflowAndLongState
- All Known Implementing Classes:
LongDecimalWithOverflowAndLongStateFactory.GroupedLongDecimalWithOverflowAndLongState,LongDecimalWithOverflowAndLongStateFactory.SingleLongDecimalWithOverflowAndLongState,LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState,LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState
public interface LongDecimalWithOverflowState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddOverflow(long overflow)long[]getDecimalArray()intgetDecimalArrayOffset()longgetOverflow()booleanisNotNull()voidsetNotNull()voidsetOverflow(long overflow)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-