Commit Graph

9 Commits

Author SHA1 Message Date
Pedro Flemming
69d96061b2 Add tokenize method to SQLParser to output the list of tokens (#54)
Added tokenize benchmark. Restructured Makefile
2017-07-21 02:47:45 +02:00
Pedro Flemming
d318ef0de4 update tpch tests to use new interface 2017-04-07 16:28:33 +02:00
Pedro Flemming
e6cd70f029 move sqlhelper into util/. Add convenience methods 2017-04-07 15:47:51 +02:00
Pedro Flemming
eddd799c26 rename operators to match constant naming style. Move the enum out of Expr 2017-04-06 17:25:47 +02:00
Pedro
9a5a352a0b add explicit test to TPC-H query properties 2017-03-08 16:55:29 +01:00
Pedro
052f20ed1d add additonal TPC-H queries for testing 2017-03-07 15:30:54 +01:00
Pedro
bf255c65ac fix memory leaks 2017-03-07 15:09:39 +01:00
Pedro
35b8b569eb Implement BETWEEN operator 2017-03-07 13:49:56 +01:00
Pedro
36adab70c5 add 10 tpch style queries and test for them 2017-03-07 02:01:00 +01:00