Uses of Class
io.trino.spi.block.RowBlock
Packages that use RowBlock
-
Uses of RowBlock in io.trino.spi.block
Methods in io.trino.spi.block that return RowBlockModifier and TypeMethodDescriptionRowBlockBuilder.buildValueBlock()RowBlock.copyPositions(int[] positions, int offset, int length) RowBlock.copyRegion(int position, int length) RowBlock.copyWithAppendedNull()static RowBlockRowBlock.fromFieldBlocks(int positionCount, Optional<boolean[]> rowIsNullOptional, Block[] fieldBlocks) Create a row block directly from columnar nulls and field blocks.RowBlock.getRegion(int position, int length) RowBlock.getSingleValueBlock(int position) RowBlock.getUnderlyingValueBlock()