Module mz_storage::decode
source · [−]Expand description
This module provides functions that build decoding pipelines from raw source streams.
The primary exports are render_decode
, render_decode_delimited
, and
render_decode_cdcv2
. See their docs for more details about their differences.
Modules
Structs
Enums
Functions
Decode arbitrary chunks of bytes into rows.
Decode delimited CDCv2 messages.
Decode already delimited records of data.