[go: up one dir, main page]

re_protos

Module 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.