Function polars_arrow::io::ipc::read::stream_async::read_stream_metadata_async
source ยท pub async fn read_stream_metadata_async<R: AsyncRead + Unpin + Send>(
reader: &mut R,
) -> PolarsResult<StreamMetadata>
Available on crate features
io_ipc
and io_ipc_read_async
only.Expand description
Reads the StreamMetadata
of the Arrow stream asynchronously