cmu-db / peloton-test

SQL Testing Framework for the Peloton DBMS
Apache License 2.0
20 stars 7 forks source link

Implement SELECT ... FROM ... WHERE query type #37

Closed tli2 closed 7 years ago

tli2 commented 7 years ago

Write this basic query type with our ast framework to demonstrate usability of the framework and provide basic query type support for the parser and optimizer team.

Dependent on #34