| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.ipc | |
| org.apache.arrow.vector.ipc.message |
| Modifier and Type | Method and Description |
|---|---|
ArrowRecordBatch |
VectorUnloader.getRecordBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorLoader.load(ArrowRecordBatch recordBatch)
Loads the record batch in the vectors
will not close the record batch
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArrowReader.loadRecordBatch(ArrowRecordBatch batch)
Load an ArrowRecordBatch to the readers VectorSchemaRoot.
|
protected void |
ArrowWriter.writeRecordBatch(ArrowRecordBatch batch) |
| Modifier and Type | Method and Description |
|---|---|
static ArrowRecordBatch |
MessageSerializer.deserializeRecordBatch(MessageReader reader,
Message message,
BufferAllocator alloc)
Deserializes a RecordBatch.
|
static ArrowRecordBatch |
MessageSerializer.deserializeRecordBatch(ReadChannel in,
ArrowBlock block,
BufferAllocator alloc)
Deserializes a RecordBatch knowing the size of the entire message up front.
|
static ArrowRecordBatch |
MessageSerializer.deserializeRecordBatch(RecordBatch recordBatchFB,
ArrowBuf body)
Deserializes a record batch given the Flatbuffer metadata and in-memory body.
|
ArrowRecordBatch |
ArrowDictionaryBatch.getDictionary() |
| Modifier and Type | Method and Description |
|---|---|
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowRecordBatch batch)
Serializes an ArrowRecordBatch.
|
T |
ArrowMessage.ArrowMessageVisitor.visit(ArrowRecordBatch message) |
static long |
MessageSerializer.writeBatchBuffers(WriteChannel out,
ArrowRecordBatch batch) |
| Constructor and Description |
|---|
ArrowDictionaryBatch(long dictionaryId,
ArrowRecordBatch dictionary) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.