Interface NullableLongState
- All Superinterfaces:
AccumulatorState,NullableState
-
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()booleanisNull()default voidset(NullableLongState state) voidsetNull(boolean value) voidsetValue(long value) static voidwrite(Type type, NullableLongState 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()- Specified by:
isNullin interfaceNullableState
-
setNull
void setNull(boolean value) -
set
-
write
-