pub fn read_file_metadata<R>(reader: &mut R) -> Result<FileMetadata, ArrowError> where
R: Read + Seek,
This is supported on crate feature
io_ipc
only.Expand description
Read the IPC file’s metadata
pub fn read_file_metadata<R>(reader: &mut R) -> Result<FileMetadata, ArrowError> where
R: Read + Seek,
io_ipc
only.Read the IPC file’s metadata