polars_arrow::io::ipc

Module write

Source
Available on crate feature io_ipc only.
Expand description

APIs to write to Arrow’s IPC format.

Structs§

  • Keeps track of dictionaries that have been written, to avoid emitting the same dictionary multiple times. Can optionally error if an update to an existing dictionary is attempted, which isn’t allowed in the FileWriter.
  • Stores the encoded data, which is an ipc::Schema::Message, and optional Arrow data
  • Arrow file writer
  • An array RecordBatchT with optional accompanying IPC fields.
  • Arrow stream writer
  • Options declaring the behaviour of writing to IPC

Enums§

Functions§