.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/benchmarks.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
src/dql/__init__.py
src/dql/_version.py
src/dql/catalog.py
src/dql/cli.py
src/dql/error.py
src/dql/listing.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/client/__init__.py
src/dql/client/base.py
src/dql/client/fsspec.py
src/dql/client/gcs.py
src/dql/client/s3.py
src/dql/data_storage/__init__.py
src/dql/data_storage/abstract.py
src/dql/data_storage/default.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_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/test_dql.py
tests/benchmarks/__init__.py
tests/benchmarks/conftest.py
tests/benchmarks/test_ls.py
tests/benchmarks/test_version.py
tests/func/test_catalog.py
tests/unit/__init__.py
tests/unit/test_cli_parsing.py
tests/unit/test_client.py
tests/unit/test_client_s3.py
tests/unit/test_json.py
tests/unit/test_listing.py
tests/unit/test_storage.py
tests/unit/test_utils.py