Skip to main content

encode_delta_snapshot_for_client_with_scratch

Function encode_delta_snapshot_for_client_with_scratch 

Source
pub fn encode_delta_snapshot_for_client_with_scratch(
    schema: &Schema,
    tick: SnapshotTick,
    baseline_tick: SnapshotTick,
    baseline: &Snapshot,
    current: &Snapshot,
    limits: &CodecLimits,
    scratch: &mut CodecScratch,
    out: &mut [u8],
) -> CodecResult<usize>
Expand description

Encodes a delta snapshot for a client-specific view using reusable scratch buffers.