Docs.rs
citadeldb-sql-0.2.1
citadeldb-sql 0.2.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
yp3y5akh0v
Dependencies
citadeldb ^0.2.1
normal
citadeldb-core ^0.2.1
normal
citadeldb-txn ^0.2.1
normal
lru ^0.12
normal
sqlparser ^0.61
normal
thiserror ^2.0
normal
tempfile ^3
dev
Versions
16.04%
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
Skip to main content
Module eval
citadel_
sql
0.2.1
Module eval
Module Items
Functions
In crate citadel_
sql
citadel_sql
Module
eval
Copy item path
Source
Expand description
Expression evaluator with SQL three-valued logic.
Functions
ยง
eval_
expr
Evaluate an expression against a row.
is_
truthy
Check if an expression result is truthy (for WHERE/HAVING).