Module org.elasticsearch.compute
Package org.elasticsearch.compute.data
Interface FloatVector.FixedBuilder
- All Superinterfaces:
AutoCloseable,Closeable,FloatVector.Builder,org.elasticsearch.core.Releasable,Vector.Builder
- All Known Implementing Classes:
FloatVectorFixedBuilder
- Enclosing interface:
FloatVector
public static sealed interface FloatVector.FixedBuilder
extends FloatVector.Builder
permits FloatVectorFixedBuilder
A builder that never grows.
-
Method Summary
Modifier and TypeMethodDescriptionappendFloat(float value) Appends a float to the current entry.appendFloat(int index, float value) Methods inherited from interface org.elasticsearch.compute.data.FloatVector.Builder
buildMethods inherited from interface org.elasticsearch.core.Releasable
closeMethods inherited from interface org.elasticsearch.compute.data.Vector.Builder
estimatedBytes
-
Method Details
-
appendFloat
Appends a float to the current entry.- Specified by:
appendFloatin interfaceFloatVector.Builder
-
appendFloat
-