Module polars_arrow::io::ipc::write
source · Available on crate feature
io_ipc
only.Expand description
APIs to write to Arrow’s IPC format.
Modules§
- file_async
io_ipc_write_async
Async writer for IPC files. - stream_async
io_ipc_write_async
async
writing of arrow streams
Structs§
- Arrow file writer
- An array
RecordBatchT
with optional accompanying IPC fields. - Arrow stream writer
- Options declaring the behaviour of writing to IPC
Enums§
- Compression codec
Functions§
- Assigns every dictionary field a unique ID
- Writes an
Array
toarrow_data