| Class | Description |
|---|---|
| ArrowFileReader |
An implementation of
ArrowReader that reads the standard arrow binary
file format. |
| ArrowFileWriter |
ArrowWriter that writes out a Arrow files (https://arrow.apache.org/docs/format/IPC.html#file-format). |
| ArrowReader |
Abstract class to read Schema and ArrowRecordBatches.
|
| ArrowStreamReader |
This class reads from an input stream and produces ArrowRecordBatches.
|
| ArrowStreamWriter |
Writer for the Arrow stream format to send ArrowRecordBatches over a WriteChannel.
|
| ArrowWriter |
Abstract base class for implementing Arrow writers for IPC over a WriteChannel.
|
| JsonFileReader |
A reader for JSON files that translates them into vectors.
|
| JsonFileWriter |
A writer that converts binary Vectors into an internal, unstable JSON format suitable
for integration testing.
|
| 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.
|
| Exception | Description |
|---|---|
| InvalidArrowFileException |
Exception indicating a problem with an Arrow File (https://arrow.apache.org/docs/format/IPC.html#file-format).
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.