Skip to main content

Module types_expr

Module types_expr 

Source
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ยง

BinaryOp
Binary operators.
SqlDataType
SQL data type for schema resolution.
SqlExpr
SQL expression tree.
SqlValue
SQL value literal.
UnaryOp
Unary operators.