Interface GenericLongState
-
- All Superinterfaces:
AccumulatorState
public interface GenericLongState extends AccumulatorState
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetValue()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 Detail
-
getValue
long getValue()
-
setValue
void setValue(long value)
-
isNull
boolean isNull()
-
setNull
void setNull(boolean value)
-
set
default void set(GenericLongState state)
-
write
static void write(Type type, GenericLongState state, BlockBuilder out)
-
-