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
Utilities for tracking metrics related to decoding.
Functions
Decode arbitrary chunks of bytes into rows.
Decode delimited CDCv2 messages.
Decode already delimited records of data.