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/column_expr.py
datastore/conditions.py
datastore/config.py
datastore/connection.py
datastore/core.py
datastore/enums.py
datastore/exceptions.py
datastore/executor.py
datastore/expressions.py
datastore/function_definitions.py
datastore/function_executor.py
datastore/function_mixin.py
datastore/function_registry.py
datastore/functions.py
datastore/lazy_ops.py
datastore/pandas_compat.py
datastore/table_functions.py
datastore/uri_parser.py
datastore/utils.py
datastore/accessors/__init__.py
datastore/accessors/base.py
datastore/accessors/datetime.py
datastore/accessors/string.py
examples/example_explain.py
examples/example_from_uri.py
examples/example_lazy_execution.py
examples/example_mixed_execution.py
examples/example_pandas_compat.py
examples/example_pandas_extended.py
examples/example_pandas_methods.py
examples/example_table_functions.py
refs/benchmark_pandas_vs_sql.py
refs/pandas_common_operations.py
scripts/check_charset.py
scripts/fetch_ch_functions.py
scripts/update_version.py
tests/__init__.py
tests/conftest.py
tests/test_advanced_queries.py
tests/test_aggregate_functions_complex.py
tests/test_arithmetic.py
tests/test_between.py
tests/test_chdb_integration.py
tests/test_column_assignment.py
tests/test_column_expr_pandas_alignment.py
tests/test_comprehensive_joins.py
tests/test_concurrency.py
tests/test_condition_combinations.py
tests/test_conditions.py
tests/test_convenience_methods.py
tests/test_criterions_advanced.py
tests/test_custom_functions.py
tests/test_data_types.py
tests/test_datastore_core.py
tests/test_dynamic_pandas_methods.py
tests/test_explain_method.py
tests/test_expressions.py
tests/test_formats.py
tests/test_from_dataframe.py
tests/test_from_uri.py
tests/test_function_engine_switch.py
tests/test_function_registry.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_lazy_chain_engine_verification.py
tests/test_lazy_engine_switch.py
tests/test_lazy_execution.py
tests/test_lazy_ops_edge_cases.py
tests/test_like_patterns.py
tests/test_logging_explain_lazy_ops.py
tests/test_mixed_operations.py
tests/test_mixed_sql_pandas_complex.py
tests/test_negation.py
tests/test_null_conditions.py
tests/test_pandas_compat.py
tests/test_real_world_scenarios.py
tests/test_selects.py
tests/test_sql_vs_pandas_filter.py
tests/test_string_functions.py
tests/test_subqueries.py
tests/test_table_functions.py
tests/test_uri_parser.py