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.
pub fn read_metadata<R: Read + Seek>(
reader: &mut R,
) -> ParquetResult<FileMetadata>
Reads a FileMetadata
from the reader, located at the end of the file.