Expand description
Arrow IPC bridge — re-exported from uni-plugin-wasm-rt.
Lifted to the shared crate in M6.shared. The public API
(encode_batch, decode_batch, encode_batches, decode_batches)
stays at uni_plugin_extism::ipc::* for backwards-compatibility;
the implementation lives once, in uni-plugin-wasm-rt.
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.