LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
sqlhild/__init__.py
sqlhild/__main__.py
sqlhild/ast_transformer.py
sqlhild/column.py
sqlhild/example.py
sqlhild/exception.py
sqlhild/function.py
sqlhild/iterator.py
sqlhild/optimizer.py
sqlhild/query.py
sqlhild/ra2ast.py
sqlhild/ra2iter.py
sqlhild/relational_algebra.py
sqlhild/relational_algebra_optimizers.py
sqlhild/sql2ra.py
sqlhild/table.py
sqlhild/utils.py
sqlhild.egg-info/PKG-INFO
sqlhild.egg-info/SOURCES.txt
sqlhild.egg-info/dependency_links.txt
sqlhild.egg-info/entry_points.txt
sqlhild.egg-info/requires.txt
sqlhild.egg-info/top_level.txt
sqlhild/grammar/__init__.py
sqlhild/grammar/mysql/MySqlLexer.py
sqlhild/grammar/mysql/MySqlParser.py
sqlhild/grammar/mysql/MySqlParserListener.py
sqlhild/grammar/mysql/__init__.py
sqlhild/postgres/__init__.py
sqlhild/postgres/function.py
sqlhild/postgres/message.py
sqlhild/postgres/server.py
sqlhild/postgres/table.py