Function arrow2::io::parquet::read::_read_metadata

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

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