Class BytesRefArrowBufVector

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

public final class BytesRefArrowBufVector extends AbstractArrowBufVector<BytesRefVector,BytesRefBlock> implements BytesRefVector
Arrow buffer backed BytesRefVector. Variable-length values use an additional offsets buffer that maps each value index to a byte range in the data buffer.