Skip to main content

Module ipc

Module ipc 

Source
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 RecordBatch from Arrow IPC stream bytes.
decode_batches
Decode every RecordBatch from Arrow IPC stream bytes.
encode_batch
Encode a RecordBatch as Arrow IPC stream bytes.
encode_batches
Encode multiple RecordBatches sharing a schema as one IPC stream.