LICENSE
README.md
setup.cfg
setup.py
_qpd_antlr/__init__.py
_qpd_antlr/sqlLexer.py
_qpd_antlr/sqlParser.py
_qpd_antlr/sqlVisitor.py
qpd/__init__.py
qpd/constants.py
qpd/dataframe.py
qpd/pandas_like.py
qpd/qpd_engine.py
qpd/run.py
qpd/specs.py
qpd/workflow.py
qpd.egg-info/PKG-INFO
qpd.egg-info/SOURCES.txt
qpd.egg-info/dependency_links.txt
qpd.egg-info/requires.txt
qpd.egg-info/top_level.txt
qpd/_parser/__init__.py
qpd/_parser/sql.py
qpd/_parser/utils.py
qpd/_parser/visitors.py
qpd_dask/__init__.py
qpd_dask/engine.py
qpd_pandas/__init__.py
qpd_pandas/engine.py
qpd_ray/__init__.py
qpd_ray/engine.py
qpd_test/__init__.py
qpd_test/benchmark_suite.py
qpd_test/engine_suite.py
qpd_test/sql_suite.py
qpd_test/tests_base.py
qpd_test/utils.py
qpd_version/__init__.py
tests/__init__.py
tests/benchmark/__init__.py
tests/benchmark/test_pandas.py
tests/unit/__init__.py
tests/unit/qpd/__init__.py
tests/unit/qpd/test_dataframe.py
tests/unit/qpd/test_specs.py
tests/unit/qpd/test_workflow.py
tests/unit/qpd/_parser/__init__.py
tests/unit/qpd/_parser/test_sql.py
tests/unit/qpd/_parser/test_utils.py
tests/unit/qpd/_parser/test_visitors.py
tests/unit/qpd_dask/__init__.py
tests/unit/qpd_dask/test_engine.py
tests/unit/qpd_dask/test_sql.py
tests/unit/qpd_pandas/__init__.py
tests/unit/qpd_pandas/test_engine.py
tests/unit/qpd_pandas/test_sql.py
tests/unit/qpd_ray/__init__.py
tests/unit/qpd_ray/test_engine.py
tests/unit/qpd_ray/test_sql.py
tests/unit/qpd_test/__init__.py
tests/unit/qpd_test/test_utils.py