HyriseSQLParser/test/queries
Julian Menzler 6003ab58d1 Support WITH (#125)
* Add struct WithDescription in SelectStatement.h

* Add test for With statements

* Implement With draft

* tm

* Fix Grammar

* Fix commented code

* naming improvements

* naming improvements

* introduce memory leak1

* removed memory leak

* Create two WITH-tests

* Add bad queries reg. WITH
2019-05-24 16:42:28 +02:00
..
queries-bad.sql Support WITH (#125) 2019-05-24 16:42:28 +02:00
queries-good.sql Fix Tokens (#102) 2018-10-22 22:05:29 +02:00
tpc-h-01.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-02.sql Remove PART keyword (#100) 2018-10-10 16:33:53 +02:00
tpc-h-03.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-04.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-05.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-06.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-07.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-08.sql implement CASE WHEN expressions 2017-03-07 14:55:51 +01:00
tpc-h-09.sql Allow function expressions to have variable length of parameters 2017-03-07 02:51:04 +01:00
tpc-h-10.sql add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00
tpc-h-11.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-12.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-13.sql Extend table alias with column renames: "AS tbl(c0, c1)" 2018-02-12 11:28:36 +01:00
tpc-h-14.sql Remove PART keyword (#100) 2018-10-10 16:33:53 +02:00
tpc-h-15.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-16.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-17.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-18.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-19.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-20.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-21.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00
tpc-h-22.sql Add tokenize method to SQLParser to output the list of tokens (#54) 2017-07-21 02:47:45 +02:00