datafusion-sqlparse/tests
eyalleshem 1cc3bf4099
Support named arguments in function invocations (#250)
This commit supports functions with argument names.

the format is :
"Select some_function( a => exp, b => exp2 .. ) FROM table1
OR
"select * from table(function(a => exp)) f;"

see:
https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#named-argument-assignment-token
or the motivating example from snowflake:
https://docs.snowflake.com/en/sql-reference/functions/flatten.html
2020-08-02 08:04:55 +03:00
..
queries/tpch Add TPCH reggression tests (#221) 2020-07-14 21:48:07 +02:00
sqlparser_common.rs Support named arguments in function invocations (#250) 2020-08-02 08:04:55 +03:00
sqlparser_mssql.rs Add support for MSSQL's SELECT TOP N syntax (#150) 2020-01-12 23:20:48 -05:00
sqlparser_mysql.rs Support identifiers quoted with backticks in the MySQL dialect (#247) 2020-07-30 04:22:29 +03:00
sqlparser_postgres.rs Fix "unused stmt" warning in tests, with default features 2020-07-29 02:08:17 +03:00
sqlparser_regression.rs provide missing license header 2020-07-31 09:01:32 -07:00
sqlparser_sqlite.rs Add SQLite dialect (#248) 2020-07-31 15:09:54 +03:00