Interface LongDecimalWithOverflowAndLongState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddLong(long value) voidaddOverflow(long overflow) long[]intlonggetLong()longvoidsetLong(long value) voidsetOverflow(long overflow) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getLong
long getLong() -
setLong
void setLong(long value) -
addLong
void addLong(long value) -
getDecimalArray
long[] getDecimalArray() -
getDecimalArrayOffset
int getDecimalArrayOffset() -
getOverflow
long getOverflow() -
setOverflow
void setOverflow(long overflow) -
addOverflow
void addOverflow(long overflow)
-