pub fn read_metadata_with_size<R: Read + Seek>(
reader: &mut R,
file_size: u64,
) -> ParquetResult<FileMetadata>
Expand description
Reads a FileMetadata
from the reader, located at the end of the file, with known file size.
pub fn read_metadata_with_size<R: Read + Seek>(
reader: &mut R,
file_size: u64,
) -> ParquetResult<FileMetadata>
Reads a FileMetadata
from the reader, located at the end of the file, with known file size.