| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.file | |
| org.apache.arrow.vector.types.pojo |
| Modifier and Type | Method and Description |
|---|---|
Schema |
VectorUnloader.getSchema() |
| Constructor and Description |
|---|
VectorLoader(Schema schema,
FieldVector root)
will create children in root based on schema
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
ArrowFooter.getSchema() |
| Constructor and Description |
|---|
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
ArrowWriter(WritableByteChannel out,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
Schema.convertSchema(Schema schema) |
static Schema |
Schema.fromJSON(String json) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.