- All Superinterfaces:
AutoCloseable,Closeable,org.elasticsearch.core.Releasable,Vector.Builder
- All Known Subinterfaces:
IntVector.FixedBuilder
- All Known Implementing Classes:
IntVectorFixedBuilder
- Enclosing interface:
IntVector
public static sealed interface IntVector.Builder
extends Vector.Builder
permits IntVector.FixedBuilder (not exhaustive)
A builder that grows as needed.
-
Method Summary
Methods inherited from interface org.elasticsearch.core.Releasable
closeMethods inherited from interface org.elasticsearch.compute.data.Vector.Builder
estimatedBytes
-
Method Details
-
appendInt
Appends a int to the current entry. -
build
IntVector build()Description copied from interface:Vector.BuilderBuilds the block. This method can be called multiple times.- Specified by:
buildin interfaceVector.Builder
-