Docs.rs
arrow-udf-runtime-0.8.0
arrow-udf-runtime 0.8.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:risingwavelabs:crates-io
stdrc
github:arrow-udf:crates-io
Dependencies
anyhow ^1
normal
arrow-array ^54
normal
arrow-buffer ^54
normal
arrow-flight ^54
normal
optional
arrow-ipc ^54
normal
arrow-schema ^54
normal
arrow-select ^54
normal
async-trait ^0.1
normal
atomic-time ^0.1
normal
optional
base64 ^0.22
normal
futures-util ^0.3
normal
genawaiter2 ^0.100.1
normal
optional
itertools ^0.14
normal
pyo3 ^0.24.1
normal
optional
reqwest ^0.12
normal
optional
rquickjs ^0.6
normal
optional
serde_json ^1
normal
optional
tempfile ^3
normal
optional
thiserror ^2
normal
tokio ^1
normal
tonic ^0.12
normal
optional
tracing ^0.1
normal
optional
wasi-common ^27
normal
optional
wasmtime ^27
normal
optional
arrow-cast ^54
dev
arrow-select ^54
dev
expect-test ^1
dev
mockito ^1.6.1
dev
tokio-test ^0.4
dev
pyo3-build-config ^0.24
build
Versions
90.57%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module build
arrow_
udf_
runtime
0.8.0
Module build
Module Items
Structs
Functions
In arrow_
udf_
runtime::
wasm
arrow_udf_runtime
::
wasm
Module
build
Copy item path
Source
Expand description
Build WASM binaries from source.
Structs
§
Build
Opts
Options for building wasm binaries.
Functions
§
build
Build a wasm binary from a Rust UDF script.
build_
with
Build a wasm binary with options.