polars_parquet::parquet::read

Function read_metadata

Source
pub fn read_metadata<R: Read + Seek>(
    reader: &mut R,
) -> ParquetResult<FileMetadata>
Expand description

Reads a FileMetadata from the reader, located at the end of the file.