Interface GenericLongState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()booleanisNull()default voidset(GenericLongState state) voidsetNull(boolean value) voidsetValue(long value) static voidwrite(Type type, GenericLongState state, BlockBuilder out) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getValue
long getValue() -
setValue
void setValue(long value) -
isNull
boolean isNull() -
setNull
void setNull(boolean value) -
set
-
write
-