Package | Description |
---|---|
org.apache.arrow.vector.ipc | |
org.apache.arrow.vector.ipc.message |
Constructor and Description |
---|
ArrowStreamReader(MessageChannelReader messageReader,
BufferAllocator allocator)
Constructs a streaming reader using a MessageChannelReader.
|
ArrowStreamReader(MessageChannelReader messageReader,
BufferAllocator allocator,
CompressionCodec.Factory compressionFactory)
Constructs a streaming reader using a MessageChannelReader.
|
Modifier and Type | Method and Description |
---|---|
static ArrowMessage |
MessageSerializer.deserializeMessageBatch(MessageChannelReader reader)
Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.