datafusion-sqlparse/tests
sivchari aa46e930c5
Support UNNEST as a table factor (#493)
* support unnest

* add test

* fix ast

* Update condition for BigQueryDialect or GenericDialect

I updated condition.
This changes conditionalize parsing for only BigQueryDialect or GenericDialect.

* Add some tests

* fix test
2022-05-27 06:27:51 -04:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
test_utils Introduce tests/test_utils/mod.rs and use it consistently 2020-10-12 06:52:00 +03:00
sqlparser_bigquery.rs Distinguish between tables and nullary functions in FROM (#506) 2022-05-25 16:01:13 -04:00
sqlparser_common.rs Support UNNEST as a table factor (#493) 2022-05-27 06:27:51 -04:00
sqlparser_hive.rs hive: add create function syntax (#496) 2022-05-26 17:30:10 -04:00
sqlparser_mssql.rs Support Parsing of hexadecimal literals that start with 0x (#324) 2021-08-25 12:57:32 -04:00
sqlparser_mysql.rs Fix escaping of trailing quote in quoted identifiers (#505) 2022-05-27 06:25:24 -04:00
sqlparser_postgres.rs Fix escaping of trailing quote in quoted identifiers (#505) 2022-05-27 06:25:24 -04:00
sqlparser_redshift.rs Distinguish between tables and nullary functions in FROM (#506) 2022-05-25 16:01:13 -04:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Make clippy happy (#330) 2021-08-19 23:02:15 +02:00
sqlparser_sqlite.rs Support minimum display width for integer data types (#337) 2021-08-29 07:13:10 -04:00
sqpparser_clickhouse.rs Distinguish between tables and nullary functions in FROM (#506) 2022-05-25 16:01:13 -04:00