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