datafusion-sqlparse/tests
Nikhil Benesch ae25dce246
Split operators by arity
It is useful downstream to have two separate enums, one for unary
operators and one for binary operators, so that the compiler can check
exhaustiveness. Otherwise downstream consumers need to manually encode
which operators are unary and which operators are binary when matching
on an Operator enum.
2019-06-10 23:03:11 -04:00
..
sqlparser_common.rs Split operators by arity 2019-06-10 23:03:11 -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