Interface LongDecimalWithOverflowState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState,LongDecimalWithOverflowStateFactory.SingleLongDecimalWithOverflowState
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOverflow(long overflow) long[]intlongbooleanvoidvoidsetOverflow(long overflow) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
isNotNull
boolean isNotNull() -
setNotNull
void setNotNull() -
getDecimalArray
long[] getDecimalArray() -
getDecimalArrayOffset
int getDecimalArrayOffset() -
getOverflow
long getOverflow() -
setOverflow
void setOverflow(long overflow) -
addOverflow
void addOverflow(long overflow)
-