pub(crate) fn decode_metadata(
buf: &[u8],
options: Option<&ParquetMetaDataOptions>,
) -> Result<ParquetMetaData>Expand description
Decodes ParquetMetaData from the provided bytes.
Typically this is used to decode the metadata from the end of a parquet
file. The format of buf is the Thrift compact binary protocol, as specified
by the Parquet Spec.