Expand description
SQL value / expression / operator types.
Extracted from types.rs to keep both files under the 500-line limit.
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.
- SqlValue
- SQL value literal.
- UnaryOp
- Unary operators.