| Package | Description |
|---|---|
| org.apache.arrow.vector.file | |
| org.apache.arrow.vector.stream |
| Modifier and Type | Method and Description |
|---|---|
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 abstract void |
ArrowWriter.startInternal(WriteChannel out) |
protected void |
ArrowFileWriter.startInternal(WriteChannel out) |
static void |
ArrowMagic.writeMagic(WriteChannel out,
boolean align) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArrowStreamWriter.endInternal(WriteChannel out,
Schema schema,
List<ArrowBlock> dictionaries,
List<ArrowBlock> records) |
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowDictionaryBatch batch)
Serializes a dictionary ArrowRecordBatch.
|
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowRecordBatch batch)
Serializes an ArrowRecordBatch.
|
static long |
MessageSerializer.serialize(WriteChannel out,
Schema schema)
Serialize a schema object.
|
protected void |
ArrowStreamWriter.startInternal(WriteChannel out) |
static long |
MessageSerializer.writeBatchBuffers(WriteChannel out,
ArrowRecordBatch batch) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.