| Package | Description |
|---|---|
| org.apache.arrow.vector.schema | |
| org.apache.arrow.vector.stream |
| Modifier and Type | Method and Description |
|---|---|
T |
ArrowMessage.ArrowMessageVisitor.visit(ArrowDictionaryBatch message) |
| 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 ArrowDictionaryBatch |
MessageSerializer.deserializeDictionaryBatch(ReadChannel in,
Message message,
BufferAllocator alloc)
Deserializes a DictionaryBatch
|
| Modifier and Type | Method and Description |
|---|---|
static ArrowBlock |
MessageSerializer.serialize(WriteChannel out,
ArrowDictionaryBatch batch)
Serializes a dictionary ArrowRecordBatch.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.