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