gluesql-core 0.20.0

GlueSQL - Open source SQL database engine fully written in Rust with pure functional execution layer, easily swappable storage and web assembly support!
Documentation
1
2
3
4
5
6
7
8
mod plan_expr;
mod visit;

pub mod deterministic;
pub mod evaluable;
pub mod nullability;
pub use plan_expr::PlanExpr;
pub use visit::{try_visit_expr, visit_mut_expr};