public interface SliceState extends AccumulatorState
Modifier and Type | Method and Description |
---|---|
io.airlift.slice.Slice |
getSlice() |
void |
setSlice(io.airlift.slice.Slice value) |
static void |
write(Type type,
SliceState state,
BlockBuilder out) |
getEstimatedSize
io.airlift.slice.Slice getSlice()
void setSlice(io.airlift.slice.Slice value)
static void write(Type type, SliceState state, BlockBuilder out)
Copyright © 2012–2019. All rights reserved.