Interface ArrowMessage

All Superinterfaces:
AutoCloseable, FBSerializable
All Known Implementing Classes:
ArrowDictionaryBatch, ArrowRecordBatch

public interface ArrowMessage extends FBSerializable, AutoCloseable
Interface for Arrow IPC messages (https://arrow.apache.org/docs/format/IPC.html).
  • Method Details

    • computeBodyLength

      long computeBodyLength()
    • accepts

      <T> T accepts(ArrowMessage.ArrowMessageVisitor<T> visitor)
    • getMessageType

      byte getMessageType()
      Returns the flatbuffer enum value indicating the type of the message.