.gitignore
API-DESIGN.md
ARCHITECTURE.md
CHANGELOG.md
CLAUDE.md
FLUENT-FUTURE-EXTENSIONS.md
FLUENT-REFERENCE.md
LICENSE
MEMORY-TUNING.md
README.md
RELEASE-EMAILS.md
TUPLE-SPEEDUP.MD
cli_text_ui_design_language.html
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/docs-integration.yml
.github/workflows/docs-preview-cleanup.yml
.github/workflows/docs-preview-deploy.yml
.github/workflows/docs-preview.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/test.yml
bench/AB-TESTING.md
bench/ANTIJOIN-TEST.md
bench/POLARS-NATIVE-REGRESSIONS.md
bench/POLARS.md
bench/W16-EFCOLLECT-REGRESSION.md
bench/bench_worker_startup.py
bench/benchmark.py
bench/enumeration.py
bench/forkserver_spinup.py
bench/ground_truth_antijoin.py
bench/hats_import_margin.py
bench/make_region_fixtures.py
bench/match_all.py
bench/polars-group-by-bug-report.md
bench/polars_sql_semantics_probe.py
bench/profile_parallel.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
docs/changelog.md
docs/cookbook.md
docs/glossary.md
docs/index.md
docs/installation.md
docs/quickstart.md
docs/troubleshooting.md
docs/_ext/rst_roles.py
docs/archive/ACID-MODULE-API.md
docs/archive/API-IMPROVEMENTS.md
docs/archive/ARCHITECTURE-ENGINE.md
docs/archive/CATALOG-API.md
docs/archive/COLLECT-LISTS.md
docs/archive/COMPOSABLE-JOINS.md
docs/archive/CONE-SELECTION.md
docs/archive/CONFIG-SYSTEM.md
docs/archive/COPARTITIONED-MARGIN.md
docs/archive/DOCS-UPDATE.md
docs/archive/EXPORT-API.md
docs/archive/EXTERNAL-SOURCES.md
docs/archive/FLUENT-AGG-SORT.md
docs/archive/FLUENT-EXTENSIONS-IMPL-PLAN.md
docs/archive/FLUENT-IR-REDESIGN.md
docs/archive/FLUENT-LIST-AGGREGATE.md
docs/archive/FLUENT-TREE-BUILDER-DESIGN.md
docs/archive/IMPLEMENTATION-POST-FN.md
docs/archive/M0.3-MATCHER-BARRIER-CONTRACT.md
docs/archive/MARGIN-COMPUTE-SPEEDUP.md
docs/archive/NARROW-PROJECTION.md
docs/archive/NESTED-EQUI-JOIN.md
docs/archive/NESTED-JOIN-NODE.md
docs/archive/NESTED-PREIMPLODE.md
docs/archive/OUTPUT-LOGIC-SPEC.md
docs/archive/PROFILE-MMAP.md
docs/archive/PROGRESS-REPORTING.md
docs/archive/QUERY-LOWERING-REDESIGN.md
docs/archive/README.md
docs/archive/RECURSIVE-EXEC-MERGED.md
docs/archive/REDUCE-INMEMORY.md
docs/archive/SUBQUERY-RHS.md
docs/archive/WORK-AUTOSIZE.md
docs/archive/WORKER-ENV-TUNING.md
docs/assets/custom.css
docs/assets/healpix-subdivision.svg
docs/assets/logo.png
docs/guide/aggregation.md
docs/guide/catalogs.md
docs/guide/concepts.md
docs/guide/connections.md
docs/guide/crossmatch.md
docs/guide/debug-small-run-big.md
docs/guide/downloading.md
docs/guide/filtering.md
docs/guide/index.md
docs/guide/lightcurves.md
docs/guide/margin-caches.md
docs/guide/moc-footprints.md
docs/guide/performance.md
docs/guide/python-functions.md
docs/guide/queries.md
docs/guide/results.md
docs/guide/verbs-or-sql.md
docs/reference/api.md
docs/reference/cli.md
docs/reference/errors.md
docs/reference/index.md
docs/reference/sql.md
docs/tutorials/building-a-pipeline.md
docs/tutorials/eda-connection.ipynb
docs/tutorials/first-crossmatch.ipynb
docs/tutorials/index.md
examples/3iatlas/README.md
examples/3iatlas/_build_notebook.py
examples/3iatlas/atlas3i.ipynb
examples/3iatlas/atlas3i.py
examples/3iatlas/requirements.txt
examples/rrlyrae/README.md
examples/rrlyrae/_build_notebook.py
examples/rrlyrae/find_rrlyrae.py
examples/rrlyrae/requirements.txt
examples/rrlyrae/rr_lyrae_dia.ipynb
examples/rrlyrae/rr_lyrae_dia.py
overrides/partials/integrations/analytics/custom.html
src/acid/__init__.py
src/acid/_sysinfo.py
src/acid/_version.py
src/acid/concurrency.py
src/acid/config.py
src/acid/py.typed
src/acid/sql.py
src/acid/api/__init__.py
src/acid/api/_coerce.py
src/acid/api/_dest.py
src/acid/api/_state.py
src/acid/api/_virtual.py
src/acid/api/aggregates.py
src/acid/api/archives.py
src/acid/api/catalog.py
src/acid/api/connection.py
src/acid/api/function.py
src/acid/api/result.py
src/acid/engine/__init__.py
src/acid/engine/_preload.py
src/acid/engine/_reporter.py
src/acid/engine/_worker_env.py
src/acid/engine/autosize.py
src/acid/engine/driver.py
src/acid/engine/executor.py
src/acid/engine/lower.py
src/acid/engine/matcher.py
src/acid/engine/polars.py
src/acid/engine/profiling.py
src/acid/engine/querylog.py
src/acid/engine/reduce.py
src/acid/errors/__init__.py
src/acid/errors/_engine_errors.py
src/acid/errors/_render.py
src/acid/frontend/__init__.py
src/acid/frontend/_fluent.py
src/acid/frontend/_optree.py
src/acid/frontend/analyzer.py
src/acid/frontend/parser.py
src/acid/hats/__init__.py
src/acid/hats/moc.py
src/acid/hats/rangemoc.py
src/acid/hats/registry.py
src/acid/io/__init__.py
src/acid/io/_formats.py
src/acid/io/_runcount.py
src/acid/io/output.py
src/acid/io/progress.py
src/acid/plan/__init__.py
src/acid/plan/aggregates.py
src/acid/plan/ir.py
src/acid/plan/ops.py
src/acid/plan/scalar.py
src/acid/plan/schema.py
src/acid/plan/userfn.py
src/acid/tools/__init__.py
src/acid/tools/build_margin.py
src/acid/tools/download.py
src/acid/tools/inspect.py
src/acid_cli/__init__.py
src/acid_cli/__main__.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/_oracle.py
tests/conftest.py
tests/docs_notebook.py
tests/test_adaptive_norder.py
tests/test_adaptive_partitions.py
tests/test_agg_leaf.py
tests/test_aggregates.py
tests/test_analyze_ops.py
tests/test_analyzer.py
tests/test_banner_tagline.py
tests/test_boundary.py
tests/test_broadcast_join.py
tests/test_catalog_agg_sort.py
tests/test_catalog_api.py
tests/test_cli.py
tests/test_coerce.py
tests/test_composable_joins.py
tests/test_concurrency.py
tests/test_cone.py
tests/test_config.py
tests/test_connection.py
tests/test_docs_quickstart.py
tests/test_download.py
tests/test_download_discovery.py
tests/test_e2e.py
tests/test_edge_cases.py
tests/test_engine.py
tests/test_engine_errors.py
tests/test_errors.py
tests/test_fluent_ops.py
tests/test_gaia_hats.py
tests/test_golden_tree.py
tests/test_localized_margin.py
tests/test_lowering_schema.py
tests/test_margin_edge.py
tests/test_matcher.py
tests/test_memory_first.py
tests/test_mixed_order_spine.py
tests/test_moc.py
tests/test_module_api.py
tests/test_open_virtual.py
tests/test_ops.py
tests/test_ops_explain.py
tests/test_output.py
tests/test_perf.py
tests/test_profiling.py
tests/test_progress.py
tests/test_querylog.py
tests/test_rangemoc.py
tests/test_reduce.py
tests/test_reducer.py
tests/test_streaming.py
tests/test_subquery_rhs.py
tests/test_sysinfo.py
tests/test_udf.py
tests/test_udf_function.py
tests/test_user_stories.py
tests/test_virtual_catalog.py
tests/test_work_autosize.py
tests/test_worker_env.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
web/favicon-16.png
web/favicon-180.png
web/favicon-192.png
web/favicon-32.png
web/favicon-48.png
web/favicon-512.png
web/favicon.svg
web/fetch_catalogs.py
web/index.html
web/main.js
web/shaders.js
web/site.webmanifest
web/data/gaia_dr3/partition_info.csv
web/data/lsst_dp2_transients/worklog.csv
web/fonts/DuneRise-License.txt
web/fonts/DuneRise.otf