pub async fn _read_metadata_async<R>(
    reader: &mut R
) -> Result<FileMetaData, Error> where
    R: AsyncRead + AsyncSeek + Send + Unpin
Available on crate feature io_parquet only.
Expand description

Asynchronously reads the files’ metadata