pub fn _read_metadata<R>(reader: &mut R) -> Result<FileMetaData, Error> where
    R: Read + Seek
Available on crate feature io_parquet only.
Expand description

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