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 TypeClassDescriptionclassPOJO wrapper around a Dictionary Batch IPC messages (https://arrow.apache.org/docs/format/IPC.html#dictionary-batches)classPOJO 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 ArrowMessageMessageSerializer.deserializeMessageBatch(MessageChannelReader reader) Deserialize a message that is either an ArrowDictionaryBatch or ArrowRecordBatch.static ArrowMessageMessageSerializer.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 ByteBufferMessageSerializer.serializeMetadata(ArrowMessage message) Deprecated.static ByteBufferMessageSerializer.serializeMetadata(ArrowMessage message, IpcOption writeOption) Returns the serialized form ofRecordBatchwrapped in aMessage.