Class UInt8ArrowBufBlock

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, Writeable, Block, IntBlock, org.elasticsearch.core.RefCounted, org.elasticsearch.core.Releasable, BlockLoader.Block

public final class UInt8ArrowBufBlock extends AbstractArrowBufBlock<IntVector,IntBlock> implements IntBlock
Implementation of IntBlock backed by an Arrow buffer holding unsigned 8 bits integers.

This class is generated. Edit X-ArrowBufBlock.java.st instead.

  • Constructor Details

    • UInt8ArrowBufBlock

      public UInt8ArrowBufBlock(org.apache.arrow.memory.ArrowBuf valueBuffer, @Nullable org.apache.arrow.memory.ArrowBuf validityBuffer, @Nullable org.apache.arrow.memory.ArrowBuf offsetBuffer, int valueCount, int offsetCount, BlockFactory blockFactory)
      Create an ArrowBuf block based on the constituents of an Arrow ValueVector. The caller must retain the buffers if they are shared with other blocks or Arrow vectors.
  • Method Details