jetro-core 0.5.0

jetro-core: parser, compiler, and VM for the Jetro JSON query language
Documentation
1
2
3
4
5
6
7
//! Pipeline normalisation entry-point.
//!
//! Structural and syntactic normalisation passes (stage canonicalization, filter
//! reordering, merge operations) live here.  Symbolic constant-folding over
//! `Expr` trees lives in `symbolic.rs` and is re-exported below.

pub(super) use super::symbolic::normalize_symbolic;