Interface NullableLongState
-
- All Superinterfaces:
AccumulatorState
public interface NullableLongState extends AccumulatorState
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLong()booleanisNull()voidsetLong(long value)voidsetNull(boolean value)static voidwrite(Type type, NullableLongState state, BlockBuilder out)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
getLong
long getLong()
-
setLong
void setLong(long value)
-
isNull
boolean isNull()
-
setNull
void setNull(boolean value)
-
write
static void write(Type type, NullableLongState state, BlockBuilder out)
-
-