mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-03 22:08:16 +00:00
![]() * Add FunctionArgExpr and remove Expr::[Qualified]Wildcard, There is no use case of `Expr::Wildcard` and `Expr::QualifiedWildcard` only except for function argments. Add `FunctionArgExpr` to have `Wildcard` and `QualifiedWildcard`, and remove wildcards in `Expr`. * Apply `FunctionArgExpr` to sqlparser_mysql tests |
||
---|---|---|
.. | ||
queries/tpch | ||
test_utils | ||
sqlparser_common.rs | ||
sqlparser_hive.rs | ||
sqlparser_mssql.rs | ||
sqlparser_mysql.rs | ||
sqlparser_postgres.rs | ||
sqlparser_regression.rs | ||
sqlparser_snowflake.rs | ||
sqlparser_sqlite.rs |