LICENSE
README.md
pyproject.toml
tests/test_catalog.py
tests/test_cli.py
tests/test_config.py
tests/test_context.py
tests/test_data.py
tests/test_data_cli.py
tests/test_data_columns.py
tests/test_data_emit.py
tests/test_data_rows.py
tests/test_data_strategies.py
tests/test_gen_expr.py
tests/test_parse.py
tests/test_plan.py
tests/test_plan_with_data.py
tests/test_pretty.py
tests/test_printer.py
tests/test_query.py
tests/test_schema.py
tests/test_scope.py
tests/test_types.py
waxsql/__init__.py
waxsql/ast.py
waxsql/catalog.py
waxsql/cli.py
waxsql/config.py
waxsql/context.py
waxsql/data.py
waxsql/pretty.py
waxsql/printer.py
waxsql/py.typed
waxsql/schema.py
waxsql/scope.py
waxsql/types.py
waxsql.egg-info/PKG-INFO
waxsql.egg-info/SOURCES.txt
waxsql.egg-info/dependency_links.txt
waxsql.egg-info/entry_points.txt
waxsql.egg-info/requires.txt
waxsql.egg-info/top_level.txt
waxsql/gen/__init__.py
waxsql/gen/cte.py
waxsql/gen/expr.py
waxsql/gen/select.py
waxsql/gen/setop.py
waxsql/gen/subquery.py
waxsql/gen/window.py
waxsql/gen/data/__init__.py
waxsql/gen/data/columns.py
waxsql/gen/data/emit.py
waxsql/gen/data/rows.py
waxsql/gen/data/strategies.py
waxsql/validate/__init__.py
waxsql/validate/parse.py
waxsql/validate/plan.py
waxsql/validate/syntax.py