Skip to main content

Module arrow_utils

Module arrow_utils 

Source
Expand description

Utility functions for converting Arrow arrays to/from raw data.

Modules§

ipc_encode
Hand-rolled, 1-copy Arrow IPC stream encoder.

Functions§

decode_arrow_ipc
Decode an Arrow IPC stream byte buffer back into ArrayData.
decode_arrow_ipc_zero_copy
Decode an Arrow IPC stream from an Arrow [Buffer] without copying the payload buffers when they are properly aligned.
encode_arrow_ipc
Encode an Arrow ArrayData into an Arrow IPC stream byte buffer.