Skip to main content

decode_full_snapshot

Function decode_full_snapshot 

Source
pub fn decode_full_snapshot(
    schema: &Schema,
    bytes: &[u8],
    wire_limits: &Limits,
    limits: &CodecLimits,
) -> CodecResult<Snapshot>
Expand description

Decodes a full snapshot from raw packet bytes.