public class VectorLoader extends Object
| Constructor and Description |
|---|
VectorLoader(VectorSchemaRoot root)
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
will not close the record batch
|
public VectorLoader(VectorSchemaRoot root)
root - the root to add vectors to based on schemapublic void load(ArrowRecordBatch recordBatch)
recordBatch - the batch to loadCopyright © 2018 The Apache Software Foundation. All rights reserved.