pub fn _read_metadata<R>(reader: &mut R) -> Result<FileMetaData, ParquetError> where
    R: Read + Seek
Expand description

Reads a file’s metadata.