Skip to main content

Module ipc

Module ipc 

Source

Structs§

IpcFrame
Decoded IPC data frame.

Functions§

decode_ipc
Decode a complete IPC frame from bytes.
encode_ipc
Encode a RecordBatch into an IPC frame: [4B tag_len BE][tag bytes][Arrow IPC stream].