cmu-db / peloton-test

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

Design and implement Context class #34

Closed tli2 closed 7 years ago

tli2 commented 7 years ago

https://github.com/cmu-db/peloton-test/blob/master/src/edu/cmu/cs/db/peloton/test/generate/Context.java

An object of this class would be carried around in the generation process and encapsulate all the environmental factors that could affect the meaning of a sql clause. This should probably contain the schema for the current database (table names, column names, column value types) and variables in scope.

tli2 commented 7 years ago

Dependent on #36