datafusion-sqlparse/tests
Berkay Şahin ef46cd3752
Named window frames (#881)
* after over clause, named window can be parsed with window ... as after having clause

* Lint errors are fixed

* Support for multiple windows

* fix lint errors

* simplifications

* rename function

* Rewrite named window search in functional style

* Test added and some minor changes

* Minor changes on tests and namings, and semantic check is removed

---------

Co-authored-by: Mustafa Akur <mustafa.akur@synnada.ai>
Co-authored-by: Mehmet Ozan Kabak <ozankabak@gmail.com>
2023-05-18 15:00:24 -04: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 Add support for first, last aggregate function parsing (#882) 2023-05-18 14:59:14 -04:00
sqlparser_clickhouse.rs Named window frames (#881) 2023-05-18 15:00:24 -04:00
sqlparser_common.rs Named window frames (#881) 2023-05-18 15:00:24 -04:00
sqlparser_custom_dialect.rs PostgreSQL: GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY and GENERATED ALWAYS AS ( generation_expr ) support (#832) 2023-03-16 05:54:00 -04:00
sqlparser_duckdb.rs feat: add DuckDB dialect (#878) 2023-05-18 14:57:29 -04:00
sqlparser_hive.rs Add support for first, last aggregate function parsing (#882) 2023-05-18 14:59:14 -04:00
sqlparser_mssql.rs Add support for first, last aggregate function parsing (#882) 2023-05-18 14:59:14 -04:00
sqlparser_mysql.rs Named window frames (#881) 2023-05-18 15:00:24 -04:00
sqlparser_postgres.rs Named window frames (#881) 2023-05-18 15:00:24 -04:00
sqlparser_redshift.rs Add support for first, last aggregate function parsing (#882) 2023-05-18 14:59:14 -04:00
sqlparser_regression.rs Parse floats without leading number (#294) 2021-02-08 08:11:01 +01:00
sqlparser_snowflake.rs Add support for first, last aggregate function parsing (#882) 2023-05-18 14:59:14 -04:00
sqlparser_sqlite.rs Test trailing commas (#859) 2023-05-01 08:31:17 -04:00