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
Modifier and TypeInterfaceDescriptionstatic interface
Visitor interface for implementations ofArrowMessage
. -
Method Summary
Modifier and TypeMethodDescription<T> T
accepts
(ArrowMessage.ArrowMessageVisitor<T> visitor) long
byte
Returns the flatbuffer enum value indicating the type of the message.Methods inherited from interface java.lang.AutoCloseable
close
Methods 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.
-