Package org.apache.arrow.vector.ipc.message
package org.apache.arrow.vector.ipc.message
-
ClassDescriptionMetadata for an arrow message in a channel.Compression information about data written to a channel.Metadata for a buffer written to a channel.POJO wrapper around a Dictionary Batch IPC messages (https://arrow.apache.org/docs/format/IPC.html#dictionary-batches)Metadata about Vectors/Arrays that is written to a channel.Footer metadata for the arrow file format.Interface for Arrow IPC messages (https://arrow.apache.org/docs/format/IPC.html).Visitor interface for implementations of
ArrowMessage
.POJO representation of a RecordBatch IPC message (https://arrow.apache.org/docs/format/Columnar.html#recordbatch-message).Benchmarks forArrowRecordBatch
.Interface for serializing to FlatBuffers.Utility methods for FBSerializables.IPC options, now only use for write.Reads a sequence of messages using a ReadChannel.Class to hold resulting Message metadata and buffer containing the serialized Flatbuffer message when reading messages from a ReadChannel.Class to hold the Message metadata and body data when reading messages through a MessageChannelReader.Utility class for serializing Messages.