Module re_protos::codec

source ·
Expand description

Codec for serializing and deserializing query response (record batch) data

Structs§

Enums§

Functions§

  • Decode transport data from a byte stream - if there’s a record batch present, return it, otherwise return None.
  • Encode a transport chunk into a byte stream.
  • Encode a NoData message into a byte stream. This can be used by the remote store (i.e. data producer) to signal back to the client that there’s no data available.
  • Helper function that deserializes raw bytes into arrow schema and record batch using Arrow IPC format.
  • Helper function that serializes given arrow schema and record batch into bytes using Arrow IPC format.