public class VectorLoader extends Object
| Constructor and Description |
|---|
VectorLoader(VectorSchemaRoot root)
Construct with a root to load and will create children in root based on schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
load(ArrowRecordBatch recordBatch)
Loads the record batch in the vectors.
|
public VectorLoader(VectorSchemaRoot root)
root - the root to add vectors to based on schemapublic void load(ArrowRecordBatch recordBatch)
recordBatch - the batch to loadCopyright © 2020 The Apache Software Foundation. All rights reserved.