Uses of Interface
org.apache.arrow.vector.ipc.message.ArrowMessage
Packages that use ArrowMessage
-
Uses of ArrowMessage in org.apache.arrow.vector.ipc.message
Classes in org.apache.arrow.vector.ipc.message that implement ArrowMessageModifier and TypeClassDescriptionclass
POJO wrapper around a Dictionary Batch IPC messages (https://arrow.apache.org/docs/format/IPC.html#dictionary-batches)class
POJO representation of a RecordBatch IPC message (https://arrow.apache.org/docs/format/Columnar.html#recordbatch-message).Methods in org.apache.arrow.vector.ipc.message that return ArrowMessageModifier and TypeMethodDescriptionstatic ArrowMessage
MessageSerializer.deserializeMessageBatch
(MessageChannelReader reader) Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.static ArrowMessage
MessageSerializer.deserializeMessageBatch
(ReadChannel in, BufferAllocator alloc) Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.Methods in org.apache.arrow.vector.ipc.message with parameters of type ArrowMessageModifier and TypeMethodDescriptionstatic ByteBuffer
MessageSerializer.serializeMetadata
(ArrowMessage message) Deprecated.static ByteBuffer
MessageSerializer.serializeMetadata
(ArrowMessage message, IpcOption writeOption) Returns the serialized form ofRecordBatch
wrapped in aMessage
.