| Package | Description |
|---|---|
| org.apache.arrow.vector.file |
| Modifier and Type | Method and Description |
|---|---|
List<ArrowBlock> |
ArrowFooter.getDictionaries() |
List<ArrowBlock> |
ArrowFooter.getRecordBatches() |
| Modifier and Type | Method and Description |
|---|---|
ArrowRecordBatch |
ArrowReader.readRecordBatch(ArrowBlock recordBatchBlock) |
| Constructor and Description |
|---|
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.