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
ArrayDatainto an Arrow IPC stream byte buffer.