Module org.apache.arrow.vector
Package org.apache.arrow.vector.ipc
package org.apache.arrow.vector.ipc
-
ClassDescriptionAn implementation of
ArrowReader
that reads the standard arrow binary file format.ArrowWriter
that writes out a Arrow files (https://arrow.apache.org/docs/format/IPC.html#file-format).Abstract class to read Schema and ArrowRecordBatches.This class reads from an input stream and produces ArrowRecordBatches.Writer for the Arrow stream format to send ArrowRecordBatches over a WriteChannel.Abstract base class for implementing Arrow writers for IPC over a WriteChannel.Exception indicating a problem with an Arrow File (https://arrow.apache.org/docs/format/IPC.html#file-format).A reader for JSON files that translates them into vectors.A writer that converts binary Vectors into an internal, unstable JSON format suitable for integration testing.Configuration POJO for writing JSON files.Adapter aroundReadableByteChannel
that reads into ArrowBufs.AnReadChannel
that supports seeking to a random position.Wrapper around a WritableByteChannel that maintains the position as well adding some common serialization utilities.