Interface BytesRefVector.Builder

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable, Vector.Builder
Enclosing interface:
BytesRefVector

public static sealed interface BytesRefVector.Builder extends Vector.Builder
A builder that grows as needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    appendBytesRef(org.apache.lucene.util.BytesRef value)
    Appends a BytesRef to the current entry.
    Builds the block.

    Methods inherited from interface org.elasticsearch.core.Releasable

    close

    Methods inherited from interface org.elasticsearch.compute.data.Vector.Builder

    estimatedBytes