mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-25 16:39:07 +00:00
* Support create or replace table * Support create or replace view * Simplify create or replace table parser * Add tests for create or replace external table and materialized view * Formatting * Address review comments * Create error if we didn't see a (external) table or (materialized) view afer create or replace |
||
|---|---|---|
| .. | ||
| queries/tpch | ||
| sqlparser_common.rs | ||
| sqlparser_mssql.rs | ||
| sqlparser_mysql.rs | ||
| sqlparser_postgres.rs | ||
| sqlparser_regression.rs | ||
| sqlparser_sqlite.rs | ||