| Package | Description |
|---|---|
| org.apache.arrow.vector.ipc | |
| org.apache.arrow.vector.ipc.message |
| Class and Description |
|---|
| ArrowReader
Abstract class to read Schema and ArrowRecordBatches.
|
| ArrowWriter
Abstract base class for implementing Arrow writers for IPC over a WriteChannel.
|
| JsonFileWriter.JSONWriteConfig
Configuration POJO for writing JSON files.
|
| ReadChannel
Adapter around
ReadableByteChannel that reads into ArrowBufs. |
| SeekableReadChannel
An
ReadChannel that supports seeking to a
random position. |
| WriteChannel
Wrapper around a WritableByteChannel that maintains the position as well adding
some common serialization utilities.
|
| Class and Description |
|---|
| ReadChannel
Adapter around
ReadableByteChannel that reads into ArrowBufs. |
| WriteChannel
Wrapper around a WritableByteChannel that maintains the position as well adding
some common serialization utilities.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.