Uses of Interface
io.trino.operator.aggregation.state.BlockState
-
Packages that use BlockState Package Description io.trino.operator.aggregation.state -
-
Uses of BlockState in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with parameters of type BlockState Modifier and Type Method Description voidBlockStateSerializer. deserialize(Block block, int index, BlockState state)voidBlockStateSerializer. serialize(BlockState state, BlockBuilder out)static voidBlockState. write(Type type, BlockState state, BlockBuilder out)
-