Docs.rs
partiql-eval-0.14.0
partiql-eval 0.14.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
almann
github:partiql:ion
jpschorr
am357
Dependencies
assert_matches ^1
normal
delegate ^0.13
normal
indexmap ^2
normal
ion-rs ^0.18
normal
itertools ^0.14
normal
lasso ^0.7
normal
once_cell ^1
normal
ordered-float ^5
normal
partiql-catalog 0.14.*
normal
partiql-common 0.14.*
normal
partiql-extension-ion 0.14.*
normal
partiql-logical 0.14.*
normal
partiql-types 0.14.*
normal
partiql-value 0.14.*
normal
petgraph ^0.7
normal
regex ^1
normal
regex-syntax ^0.8
normal
rust_decimal ^1
normal
rust_decimal_macros ^1
normal
rustc-hash ^2
normal
serde ^1
normal
optional
thiserror ^1
normal
unicase ^2
normal
criterion ^0.5
dev
partiql-logical-planner 0.14.*
dev
partiql-parser 0.14.*
dev
Versions
36.36%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
Module expr
partiql_
eval
0.14.0
Module expr
Module Items
Enums
Traits
In partiql_
eval::
eval
partiql_eval
::
eval
Module
expr
Copy item path
Source
Enums
§
Bind
Error
An error in binding an expression for evaluation
Traits
§
Bind
Eval
Expr
A trait for binding an expression to its arguments into an
EvalExpr
Eval
Expr
A trait for expressions that require evaluation, e.g.
a + b
or
c > 2
.