datafusion-sqlparse/tests
Nikhil Benesch 646d1e13ca
Rename ASTNode to Expr
The ASTNode enum was confusingly named. In the past, the name made
sense, as the enum contained nearly all of the nodes in the AST, but
over time, pieces have been split into different structs, like
SQLStatement and SQLQuery. The ASTNode enum now contains only contains
expression nodes, so Expr is a better name.

Also rename the UnnamedExpression and ExpressionWithAlias variants
of SQLSelectItem to UnnamedExpr and ExprWithAlias, respectively, to
match the new shorthand for the word "expression".
2019-06-19 00:00:59 -04:00
..
sqlparser_common.rs Rename ASTNode to Expr 2019-06-19 00:00:59 -04:00
sqlparser_mssql.rs Rename ASTNode to Expr 2019-06-19 00:00:59 -04:00
sqlparser_postgres.rs Rename ASTNode to Expr 2019-06-19 00:00:59 -04:00