Skip to main content

Module expression_nodes

Module expression_nodes 

Source
Expand description

Expression node types for SQL AST.

Structs§

ColumnName
Column name.
Identifier
SQL identifier.
TableName
SQL table name.

Enums§

BinaryOperator
Binary operators in SQL.
Expression
Represents an SQL expression.
Literal
SQL literals.
UnaryOperator
Unary operators in SQL.