datafusion-sqlparse/tests
Sarah Yurick 528b3f2234
Support CREATE TABLE x AS TABLE y (#704)
* first commit

* fix style and edit test

* fix test?

* remove unnecessary logic

* refactor implementation

* codestyle

* add schema support

* codestyle and lint

* Apply suggestions from code review

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

* PartialOrd and Ord

* clean up parser logic

* codestyle and lint

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2022-12-01 09:56:14 -05:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Support NestedJoin with an alias (#551) 2022-08-03 19:41:15 -04:00
sqlparser_bigquery.rs Parse ARRAY_AGG for Bigquery and Snowflake (#662) 2022-11-11 15:25:07 -05:00
sqlparser_clickhouse.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_common.rs Support CREATE TABLE x AS TABLE y (#704) 2022-12-01 09:56:14 -05:00
sqlparser_custom_dialect.rs Add ability for dialects to override prefix, infix, and statement parsing (#581) 2022-08-19 05:44:14 -06:00
sqlparser_hive.rs Parse ARRAY_AGG for Bigquery and Snowflake (#662) 2022-11-11 15:25:07 -05:00
sqlparser_mssql.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_mysql.rs Support MySQL ROWS syntax for VALUES (#737) 2022-12-01 09:46:55 -05:00
sqlparser_postgres.rs Support MySQL ROWS syntax for VALUES (#737) 2022-12-01 09:46:55 -05:00
sqlparser_redshift.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Support EXCLUDE support for snowflake and generic dialect (#721) 2022-11-30 12:29:43 -05:00
sqlparser_sqlite.rs Add MySql, BigQuery to all dialects (#697) 2022-11-07 15:32:47 -05:00