public class VectorBatchAppender extends Object
| Constructor and Description |
|---|
VectorBatchAppender() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends ValueVector> |
batchAppend(V targetVector,
V... vectorsToAppend)
Add value vectors in batch.
|
public static <V extends ValueVector> void batchAppend(V targetVector, V... vectorsToAppend)
V - the vector type.targetVector - the target vector.vectorsToAppend - the vectors to append.Copyright © 2024 The Apache Software Foundation. All rights reserved.