.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
.safety-policy.yml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/empty_issue.md
.github/ISSUE_TEMPLATE/epic-or-story.md
.github/workflows/benchmarks.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
.reuse/dep5
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-Clause.txt
LICENSES/Python-2.0.txt
examples/dir_expansion.py
examples/udfs/simple.py
examples/udfs/stateful.py
examples/zalando/zalando_clip.py
examples/zalando/zalando_dir_as_class.py
src/dql/__init__.py
src/dql/_version.py
src/dql/cli.py
src/dql/cli_utils.py
src/dql/dataset.py
src/dql/error.py
src/dql/listing.py
src/dql/loader.py
src/dql/node.py
src/dql/nodes_fetcher.py
src/dql/nodes_thread_pool.py
src/dql/py.typed
src/dql/storage.py
src/dql/utils.py
src/dql/catalog/__init__.py
src/dql/catalog/catalog.py
src/dql/catalog/datasource.py
src/dql/catalog/formats.py
src/dql/catalog/loader.py
src/dql/client/__init__.py
src/dql/client/azure.py
src/dql/client/checksum.py
src/dql/client/fileslice.py
src/dql/client/fsspec.py
src/dql/client/gcs.py
src/dql/client/local.py
src/dql/client/s3.py
src/dql/data_storage/__init__.py
src/dql/data_storage/abstract.py
src/dql/data_storage/schema.py
src/dql/data_storage/sqlite.py
src/dql/data_storage/vector.py
src/dql/jmes_sql/__init__.py
src/dql/jmes_sql/field_ops.py
src/dql/jmes_sql/functions_sql.py
src/dql/jmes_sql/transpiler.py
src/dql/query/__init__.py
src/dql/query/builtins.py
src/dql/query/dataset.py
src/dql/query/dispatch.py
src/dql/query/schema.py
src/dql/query/udf.py
src/dql/remote/__init__.py
src/dql/remote/studio.py
src/dql/vendored/__init__.py
src/dql/vendored/ast.py
src/dql_alpha.egg-info/PKG-INFO
src/dql_alpha.egg-info/SOURCES.txt
src/dql_alpha.egg-info/dependency_links.txt
src/dql_alpha.egg-info/entry_points.txt
src/dql_alpha.egg-info/not-zip-safe
src/dql_alpha.egg-info/requires.txt
src/dql_alpha.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/data.py
tests/test_dql.py
tests/utils.py
tests/benchmarks/__init__.py
tests/benchmarks/conftest.py
tests/benchmarks/test_ls.py
tests/benchmarks/test_version.py
tests/func/__init__.py
tests/func/test_catalog.py
tests/func/test_dataset_query.py
tests/func/test_datasets.py
tests/func/test_ls.py
tests/unit/__init__.py
tests/unit/test_catalog.py
tests/unit/test_catalog_formats.py
tests/unit/test_cli_parsing.py
tests/unit/test_client.py
tests/unit/test_client_s3.py
tests/unit/test_data_storage.py
tests/unit/test_dataset.py
tests/unit/test_json.py
tests/unit/test_listing.py
tests/unit/test_storage.py
tests/unit/test_udf.py
tests/unit/test_utils.py