datafusion-sqlparse/tests
Nickolay Ponomarev d8173d4196 Extract ASTNode::SQLSelect to a separate struct (1/5)
This will allow re-using it for SQLStatement in a later commit.

(Also split the new struct into a separate file, other query-related
types will be moved here in a follow-up commit.)
2019-01-31 03:57:17 +03:00
..
sqlparser_ansi.rs Extract ASTNode::SQLSelect to a separate struct (1/5) 2019-01-31 03:57:17 +03:00
sqlparser_generic.rs Extract ASTNode::SQLSelect to a separate struct (1/5) 2019-01-31 03:57:17 +03:00
sqlparser_postgres.rs Further simplify parse_compound_identifier (5/8) 2019-01-31 03:57:17 +03:00