[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../api/../../cpp/../r/reference/Message.html [Back]  [Original]

Message class Message Arrow R Package Skip to contents
Arrow R Package 25.0.1

Message holds an Arrow IPC message, which includes metadata and an optional message body.

R6 Methods

  • $Equals(other): Check if this Message is equal to another Message

  • $body_length(): Return the length of the message body in bytes

  • $Verify(): Check if the Message metadata is valid Flatbuffer format

Active bindings

  • $type: The message type

  • $metadata: The message metadata

  • $body: The message body as a Buffer

On this page


Web Proxy Viewer  |  New URL  |  Original Page