Arrow UDF Runtime
Provide runtimes for JavaScript, Python, WASM or remote UDFs.
Usage
By default, all runtimes will be included:
= "0.7"
You can selectively enable specific runtimes using feature flags:
# Enable only Python runtime
= { = "0.7", = false, = ["python"] }
# Enable JavaScript and WASM runtimes
= { = "0.7", = false, = ["javascript", "wasm"] }
# Enable remote execution runtime
= { = "0.7", = false, = ["remote"] }
# Enable embedded runtime set (includes WASM, Python, and JavaScript)
= { = "0.7", = false, = ["embedded"] }
Available runtime features:
python: Python runtimejavascript: JavaScript runtimewasm: WebAssembly runtimeremote: Remote execution runtimeembedded: Collection of WASM, Python and JavaScript runtimes
For detailed usage instructions of each runtime, please refer to the following directories: