Function persist::indexed::columnar::parquet::decode_unsealed_parquet[][src]

pub fn decode_unsealed_parquet<R: Read + Seek>(
    r: &mut R
) -> Result<BlobUnsealedBatch, Error>
Expand description

Decodes a BlobUnsealedBatch from the Parquet format.