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 positionOffset, int length) RowBlock.copyWithAppendedNull()static RowBlockRowBlock.fromFieldBlocks(int positionCount, Block[] fieldBlocks) Create a row block directly from field blocks.static RowBlockRowBlock.fromNotNullSuppressedFieldBlocks(int positionCount, Optional<boolean[]> rowIsNullOptional, Block[] fieldBlocks) Create a row block directly from field blocks that are not null-suppressed.RowBlock.getRegion(int positionOffset, int length) RowBlock.getSingleValueBlock(int position) RowBlock.getUnderlyingValueBlock()