Interface BlockState
-
- All Superinterfaces:
AccumulatorState
public interface BlockState extends AccumulatorState
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockgetBlock()voidsetBlock(Block value)static voidwrite(Type type, BlockState state, BlockBuilder out)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
getBlock
Block getBlock()
-
setBlock
void setBlock(Block value)
-
write
static void write(Type type, BlockState state, BlockBuilder out)
-
-