pub fn read_stream_metadata<R>(
reader: &mut R
) -> Result<StreamMetadata, ArrowError> where
R: Read,
This is supported on crate feature
io_ipc
only.Expand description
Reads the metadata of the stream
pub fn read_stream_metadata<R>(
reader: &mut R
) -> Result<StreamMetadata, ArrowError> where
R: Read,
io_ipc
only.Reads the metadata of the stream