Module polars_arrow::io::ipc::read::stream_async
source · Available on crate features
io_ipc
and io_ipc_read_async
only.Expand description
APIs to read Arrow streams asynchronously
Structs§
- A
Stream
over an Arrow IPC stream that asynchronously yieldsRecordBatchT
s.
Functions§
- Reads the
StreamMetadata
of the Arrow stream asynchronously