Interface ArrowMessage
- All Superinterfaces:
AutoCloseable,FBSerializable
- All Known Implementing Classes:
ArrowDictionaryBatch,ArrowRecordBatch
Interface for Arrow IPC messages (https://arrow.apache.org/docs/format/IPC.html).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceVisitor interface for implementations ofArrowMessage. -
Method Summary
Modifier and TypeMethodDescription<T> Taccepts(ArrowMessage.ArrowMessageVisitor<T> visitor) longbyteReturns the flatbuffer enum value indicating the type of the message.Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface org.apache.arrow.vector.ipc.message.FBSerializable
writeTo
-
Method Details
-
computeBodyLength
long computeBodyLength() -
accepts
-
getMessageType
byte getMessageType()Returns the flatbuffer enum value indicating the type of the message.
-