Module writer
Expand description
Arrow IPC File and Stream Writers
§Notes
FileWriter
and StreamWriter
have similar interfaces,
however the FileWriter
expects a reader that supports Seek
ing
Structs§
- Keeps track of dictionaries that have been written, to avoid emitting the same dictionary multiple times.
- Stores the encoded data, which is an crate::Message, and optional Arrow data
- Arrow File Writer
- IPC write options used to control the behaviour of the
IpcDataGenerator
- Arrow Stream Writer
Functions§
- Write a message’s IPC data and buffers, returning metadata and buffer data lengths written