Class UInt8ArrowBufVector

All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, IntVector, Vector, org.elasticsearch.core.RefCounted, org.elasticsearch.core.Releasable

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

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

  • Constructor Details

    • UInt8ArrowBufVector

      public UInt8ArrowBufVector(org.apache.arrow.memory.ArrowBuf valueBuffer, int positionCount, BlockFactory blockFactory)
      Create an ArrowBuf vector 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