Expand description
SQL expressions for query building.
This module provides a type-safe expression system for building WHERE clauses, ORDER BY, computed columns, and other SQL expressions.
Structs§
- Case
Builder - Builder for CASE WHEN expressions.
- Window
Builder - Builder for window functions with OVER clause.
- Window
Frame - Window frame specification for OVER clause.
Enums§
- Binary
Op - Binary operators.
- Dialect
- SQL dialect for generating dialect-specific SQL.
- Expr
- A SQL expression that can be used in WHERE, HAVING, etc.
- Json
Path - JSON path segment for extraction operations.
- UnaryOp
- Unary operators.
- Window
Frame Bound - Window frame bound specification.
- Window
Frame Type - Window frame type.