| Package | Description |
|---|---|
| org.apache.arrow.vector.file | |
| org.apache.arrow.vector.stream |
| Modifier and Type | Method and Description |
|---|---|
List<ArrowBlock> |
ArrowFooter.getDictionaries() |
List<ArrowBlock> |
ArrowFileReader.getDictionaryBlocks() |
List<ArrowBlock> |
ArrowFooter.getRecordBatches() |
List<ArrowBlock> |
ArrowFileReader.getRecordBlocks() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArrowFileReader.loadRecordBatch(ArrowBlock block) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ArrowWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
protected abstract void |
ArrowWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
protected void |
ArrowFileWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
protected void |
ArrowFileWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
| Constructor and Description |
|---|
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
ArrowFooter(Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> recordBatches) |
| Modifier and Type | Method and Description |
|---|---|
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowDictionaryBatch batch)
Serializes a dictionary ArrowRecordBatch.
|
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowRecordBatch batch)
Serializes an ArrowRecordBatch.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrowDictionaryBatch |
MessageSerializer.deserializeDictionaryBatch(ReadChannel in,
ArrowBlock block,
BufferAllocator alloc)
Deserializes a DictionaryBatch knowing the size of the entire message up front.
|
static ArrowRecordBatch |
MessageSerializer.deserializeRecordBatch(ReadChannel in,
ArrowBlock block,
BufferAllocator alloc)
Deserializes a RecordBatch knowing the size of the entire message up front.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArrowStreamWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
protected void |
ArrowStreamWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.