.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
bench/ANTIJOIN-TEST.md
bench/benchmark.py
bench/ground_truth_antijoin.py
bench/hats_import_margin.py
bench/match_all.py
bench/profile_parallel.py
bench/profile_query.py
bench/session_vs_oneshot.py
bench/validation/README.md
bench/validation/__init__.py
bench/validation/conftest.py
bench/validation/download.py
bench/validation/ground_truth.py
bench/validation/regions.py
bench/validation/test_correctness.py
bench/validation/test_performance.py
datasets/README.md
datasets/download.sh
src/acid/__init__.py
src/acid/_version.py
src/acid/analyzer.py
src/acid/cli.py
src/acid/download.py
src/acid/errors.py
src/acid/executor.py
src/acid/hats.py
src/acid/inspect.py
src/acid/ir.py
src/acid/margin.py
src/acid/matcher.py
src/acid/moc.py
src/acid/parser.py
src/acid/py.typed
src/acid/reducer.py
src/acid/registry.py
src/acid/result.py
src/acid/rewriter.py
src/acid/session.py
src/pyacid.egg-info/PKG-INFO
src/pyacid.egg-info/SOURCES.txt
src/pyacid.egg-info/dependency_links.txt
src/pyacid.egg-info/entry_points.txt
src/pyacid.egg-info/requires.txt
src/pyacid.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_adaptive_norder.py
tests/test_aggregates.py
tests/test_analyzer.py
tests/test_boundary.py
tests/test_cli.py
tests/test_e2e.py
tests/test_edge_cases.py
tests/test_gaia_hats.py
tests/test_matcher.py
tests/test_moc.py
tests/test_perf.py
tests/test_session.py
tests/fixtures/__init__.py
tests/fixtures/boundary.py
tests/fixtures/gaia_hats.py
tests/fixtures/make_adaptive_fixtures.py
tests/fixtures/make_fixtures.py