Uses of Class
io.trino.spi.block.ByteArrayBlock
Packages that use ByteArrayBlock
-
Uses of ByteArrayBlock in io.trino.spi.block
Methods in io.trino.spi.block that return ByteArrayBlockModifier and TypeMethodDescriptionByteArrayBlockBuilder.buildValueBlock()ByteArrayBlock.copyPositions(int[] positions, int offset, int length) ByteArrayBlock.copyRegion(int positionOffset, int length) ByteArrayBlock.copyWithAppendedNull()ByteArrayBlock.getRegion(int positionOffset, int length) ByteArrayBlock.getSingleValueBlock(int position) ByteArrayBlock.getUnderlyingValueBlock()ByteArrayBlockEncoding.readBlock(BlockEncodingSerde blockEncodingSerde, io.airlift.slice.SliceInput sliceInput) Methods in io.trino.spi.block that return types with arguments of type ByteArrayBlockModifier and TypeMethodDescriptionArrayBlock.getNulls()ByteArrayBlock.getNulls()Fixed12Block.getNulls()Int128ArrayBlock.getNulls()IntArrayBlock.getNulls()LongArrayBlock.getNulls()MapBlock.getNulls()RowBlock.getNulls()ShortArrayBlock.getNulls()ValueBlock.getNulls()Returns a ByteArrayBlock specifying whether the current positions in the Block contain a NULL.VariableWidthBlock.getNulls()