Expand description
SQL value / expression / operator types.
Re-exported from types so downstream use crate::types::* continues
to resolve these symbols without change.
Enums§
- Binary
Op - Binary operators.
- SqlData
Type - SQL data type for schema resolution.
- SqlExpr
- SQL expression tree.
- SqlPayload
Atom - SQL-side payload-bitmap predicate atom. Mirrors
nodedb_types::PayloadAtombut holdsSqlValue(notnodedb_types::Value) so the planner can build it without a sql→types translation step. The convert layer lowersSqlPayloadAtomtonodedb_types::PayloadAtombefore crossing the bridge. - SqlValue
- SQL value literal.
- UnaryOp
- Unary operators.