//! Serializable expression tree for Data Plane evaluation.
//!//! `SqlExpr` is the bridge between DataFusion's `Expr` (Control Plane) and
//! the Data Plane's JSON document evaluation.
modcast;modeval;modfunctions;pubuseeval::{BinaryOp, CastType, ComputedColumn, SqlExpr};