Expand description
Expression node types for SQL AST.
Structs§
- Column
Name - Column name.
- Identifier
- SQL identifier.
- Table
Name - SQL table name.
Enums§
- Binary
Operator - Binary operators in SQL.
- Expression
- Represents an SQL expression.
- Literal
- SQL literals.
- Unary
Operator - Unary operators in SQL.