Class VectorBatchAppender

java.lang.Object
org.apache.arrow.vector.util.VectorBatchAppender

public class VectorBatchAppender extends Object
Utility to add vector values in batch.
  • Constructor Details

    • VectorBatchAppender

      public VectorBatchAppender()
  • Method Details

    • batchAppend

      public static <V extends ValueVector> void batchAppend(V targetVector, V... vectorsToAppend)
      Add value vectors in batch.
      Type Parameters:
      V - the vector type.
      Parameters:
      targetVector - the target vector.
      vectorsToAppend - the vectors to append.