.editorconfig
.gitignore
.pre-commit-config.yaml
AGENTS.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/actions/setup/action.yaml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
src/dftly/__init__.py
src/dftly/grammar.lark
src/dftly/nodes.py
src/dftly/parser.py
src/dftly/polars.py
src/dftly.egg-info/PKG-INFO
src/dftly.egg-info/SOURCES.txt
src/dftly.egg-info/dependency_links.txt
src/dftly.egg-info/requires.txt
src/dftly.egg-info/top_level.txt
src/dftly/expressions/__init__.py
src/dftly/expressions/arithmetic.py
src/dftly/expressions/base.py
src/dftly/expressions/comparison.py
src/dftly/expressions/general.py
src/dftly/expressions/logical.py
tests/test_integration_polars.py
tests/test_parser.py
tests/test_polars_engine.py