Module polars_arrow::io::ipc::read

source ·
Available on crate feature io_ipc only.
Expand description

APIs to read Arrow’s IPC format.

The two important structs here are the FileReader, which provides arbitrary access to any of its messages, and the StreamReader, which only supports reading data in the order it was written in.

Modules§

  • file_asyncio_ipc_read_async
    Async reader for Arrow IPC files
  • stream_asyncio_ipc_read_async
    APIs to read Arrow streams asynchronously

Structs§

Enums§

  • The different types of errors that reading from IPC can cause
  • Encodes the stream’s status after each read.

Functions§

Type Aliases§