Function mz_persist_types::parquet::decode_part

source ·
pub fn decode_part<R: Read + Seek, K, KS: Schema<K>, V, VS: Schema<V>>(
    r: &mut R,
    key_schema: &KS,
    val_schema: &VS
) -> Result<Part, Error>
Expand description

Decodes a part with the given schema from our parquet-based serialization format.