datafusion-sqlparse/tests
Nikhil Benesch 9e33cea9b8
Standardize BinaryOp and UnaryOp nodes
These were previously called "BinaryExpr" and "Unary"; besides being
inconsistent, it's also not correct to say "binary expression" or "unary
expression", as it's the operators that have arities, not the
expression. Adjust the naming of the variants accordingly.
2019-06-10 23:02:17 -04:00
..
sqlparser_common.rs Standardize BinaryOp and UnaryOp nodes 2019-06-10 23:02:17 -04:00
sqlparser_mssql.rs Merge pull request #79 from benesch/license 2019-06-10 19:39:12 -06:00
sqlparser_postgres.rs Merge pull request #79 from benesch/license 2019-06-10 19:39:12 -06:00