Function parquet2::read::read_metadata
source · pub fn read_metadata<R: Read + Seek>(reader: &mut R) -> Result<FileMetaData>
Expand description
Reads a FileMetaData
from the reader, located at the end of the file.
pub fn read_metadata<R: Read + Seek>(reader: &mut R) -> Result<FileMetaData>
Reads a FileMetaData
from the reader, located at the end of the file.