Interface SliceState
-
- All Superinterfaces:
AccumulatorState
public interface SliceState extends AccumulatorState
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description io.airlift.slice.SlicegetSlice()voidsetSlice(io.airlift.slice.Slice value)static voidwrite(Type type, SliceState state, BlockBuilder out)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
getSlice
io.airlift.slice.Slice getSlice()
-
setSlice
void setSlice(io.airlift.slice.Slice value)
-
write
static void write(Type type, SliceState state, BlockBuilder out)
-
-