//! Planning algorithms: AST → logical IR → physical plan.
//!
//! `logical` lowers an `Expr` to the logical IR; `physical` chooses an
//! executable shape for it; `optimize` rewrites the resulting plans;
//! `analysis` provides shared shape, nullability, and selectivity passes.
pub
pub
pub
pub
pub
pub