public class VectorSchemaRootAppender extends Object
VectorSchemaRoots with the same schema.| Constructor and Description |
|---|
VectorSchemaRootAppender() |
| Modifier and Type | Method and Description |
|---|---|
static void |
append(boolean checkSchema,
VectorSchemaRoot targetRoot,
VectorSchemaRoot... rootsToAppend)
Appends a number of
VectorSchemaRoots. |
static void |
append(VectorSchemaRoot targetRoot,
VectorSchemaRoot... rootsToAppend)
Appends a number of
VectorSchemaRoots. |
public static void append(boolean checkSchema,
VectorSchemaRoot targetRoot,
VectorSchemaRoot... rootsToAppend)
VectorSchemaRoots.checkSchema - if we need to check schema for the vector schema roots.targetRoot - the vector schema root to be appended.rootsToAppend - the vector schema roots to append.IllegalArgumentException - throws if we need to check schema, and checking schema fails.public static void append(VectorSchemaRoot targetRoot, VectorSchemaRoot... rootsToAppend)
VectorSchemaRoots.
This method performs schema checking before appending data.targetRoot - the vector schema root to be appended.rootsToAppend - the vector schema roots to append.IllegalArgumentException - throws if we need to check schema, and checking schema fails.Copyright © 2024 The Apache Software Foundation. All rights reserved.