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. WasmIpcBuffer (the wasmtime-specific linear-memory RAII helper) stays here in crate::buffer.

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.