Interface FloatVector.Builder

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable, Vector.Builder
All Known Subinterfaces:
FloatVector.FixedBuilder
All Known Implementing Classes:
FloatVectorFixedBuilder
Enclosing interface:
FloatVector

public static sealed interface FloatVector.Builder extends Vector.Builder permits FloatVector.FixedBuilder (not exhaustive)
A builder that grows as needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    appendFloat(float value)
    Appends a float 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