Package org.apache.arrow.vector.util
Class VectorBatchAppender
java.lang.Object
org.apache.arrow.vector.util.VectorBatchAppender
Utility to add vector values in batch.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends ValueVector>
voidbatchAppend
(V targetVector, V... vectorsToAppend) Add value vectors in batch.
-
Constructor Details
-
VectorBatchAppender
public VectorBatchAppender()
-
-
Method Details
-
batchAppend
Add value vectors in batch.- Type Parameters:
V
- the vector type.- Parameters:
targetVector
- the target vector.vectorsToAppend
- the vectors to append.
-