jetro-core 0.5.10

jetro-core: parser, compiler, and VM for the Jetro JSON query language
Documentation
1
2
3
4
5
6
7
8
//! Pure data structures for the planning pipeline.
//!
//! `logical` holds the relational/declarative IR; `physical` holds the
//! executable plan IR consumed by the executor backends. Algorithms that
//! produce or rewrite these shapes live in `crate::plan`.

pub(crate) mod logical;
pub(crate) mod physical;