Function mz_persist_types::parquet::encode_part
source · pub fn encode_part<W: Write + Send>(w: &mut W, part: &Part) -> Result<(), Error>
Expand description
Encodes the given part into our parquet-based serialization format.
It doesn’t particularly get any anything to use more than one “chunk” per blob, and it’s simpler to only have one, so do that.