Expand description
Arrow IPC bridge — re-exported from uni-plugin-wasm-rt.
Lifted to the shared crate in M6.shared. WasmIpcBuffer (the
wasmtime-specific linear-memory RAII helper) stays here in
crate::buffer.
Functions§
- decode_
batch - Decode the single
RecordBatchfrom Arrow IPC stream bytes. - decode_
batches - Decode every
RecordBatchfrom Arrow IPC stream bytes. - encode_
batch - Encode a
RecordBatchas Arrow IPC stream bytes. - encode_
batches - Encode multiple
RecordBatches sharing a schema as one IPC stream.