LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
chdb_ds.egg-info/PKG-INFO
chdb_ds.egg-info/SOURCES.txt
chdb_ds.egg-info/dependency_links.txt
chdb_ds.egg-info/requires.txt
chdb_ds.egg-info/top_level.txt
datastore/__init__.py
datastore/conditions.py
datastore/connection.py
datastore/core.py
datastore/enums.py
datastore/exceptions.py
datastore/executor.py
datastore/expressions.py
datastore/functions.py
datastore/table_functions.py
datastore/utils.py
examples/examples_table_functions.py
scripts/update_version.py
tests/__init__.py
tests/test_advanced_queries.py
tests/test_arithmetic.py
tests/test_between.py
tests/test_chdb_integration.py
tests/test_comprehensive_joins.py
tests/test_condition_combinations.py
tests/test_conditions.py
tests/test_criterions_advanced.py
tests/test_custom_functions.py
tests/test_data_types.py
tests/test_datastore_core.py
tests/test_expressions.py
tests/test_formats.py
tests/test_functions.py
tests/test_functions_execution.py
tests/test_immutability.py
tests/test_in_conditions.py
tests/test_insert_update_delete.py
tests/test_joins.py
tests/test_like_patterns.py
tests/test_negation.py
tests/test_null_conditions.py
tests/test_real_world_scenarios.py
tests/test_selects.py
tests/test_string_functions.py
tests/test_subqueries.py
tests/test_table_functions.py