DEPLOYMENT.md
MANIFEST.in
QUICK_DEPLOY.md
QUICK_FIX.md
README.md
__init__.py
benchmark_all_configurations.py
benchmark_all_configurations_1k.py
debug_where.py
engine.py
evaluator.py
executor.py
mmap_index.py
operators.py
operators_mmap.py
operators_polars.py
optimized_export.py
optimizer.py
parser.py
planner.py
polars_expression_translator.py
polars_operators.py
pre_release_test.py
protocol_helpers.py
pyproject.toml
quick_test.py
requirements.txt
setup.py
test_evaluator_direct.py
test_lookup_join_where.py
test_polars_where.py
test_where_debug_simple.py
test_where_fix.py
test_where_string.py
./DEPLOYMENT.md
./QUICK_DEPLOY.md
./QUICK_FIX.md
./README.md
./__init__.py
./benchmark_all_configurations.py
./benchmark_all_configurations_1k.py
./debug_where.py
./engine.py
./evaluator.py
./executor.py
./mmap_index.py
./operators.py
./operators_mmap.py
./operators_polars.py
./optimized_export.py
./optimizer.py
./parser.py
./planner.py
./polars_expression_translator.py
./polars_operators.py
./pre_release_test.py
./protocol_helpers.py
./quick_test.py
./requirements.txt
./setup.py
./test_evaluator_direct.py
./test_lookup_join_where.py
./test_polars_where.py
./test_where_debug_simple.py
./test_where_fix.py
./test_where_string.py
documentation/APACHE_DRILL_COMPARISON.md
documentation/API_JOIN_OPERATIONS.md
documentation/ARCHITECTURAL_RECOMMENDATION.md
documentation/ARCHITECTURE_DECISION.md
documentation/ARCHITECTURE_SYNCED.md
documentation/BEST_USE_CASES.md
documentation/BETTER_FILTER_APPROACH.md
documentation/CARTESIAN_PRODUCTS_CAUSES.md
documentation/CHANGES_SUMMARY.md
documentation/COMPREHENSIVE_ARTICLE.md
documentation/COMPREHENSIVE_DOCUMENTATION.md
documentation/COMPREHENSIVE_GUIDE.md
documentation/DEVELOPER_GUIDE.md
documentation/DUCKDB_COMPARISON.md
documentation/ENGINE_OPTIONS_REFERENCE.md
documentation/FINAL_IMPLEMENTATION_RECOMMENDATIONS.md
documentation/FINAL_RECOMMENDATION.md
documentation/FIRST_MATCH_ONLY_WARNINGS.md
documentation/HANDLING_DUPLICATES_WITHOUT_CARTESIAN.md
documentation/HOW_PROTOCOL_DETECTION_WORKS.md
documentation/HOW_TO_ADD_TO_PROJECT.md
documentation/INSTALLATION.md
documentation/JSONL_EXECUTOR_ANALYSIS.md
documentation/JSONL_EXECUTOR_REMOVED.md
documentation/LIBRARY_DOCUMENTATION.md
documentation/MEDIUM_ARTICLE.md
documentation/MEDIUM_ARTICLE_SIMPLIFIED.md
documentation/MIGRATION_GUIDE.md
documentation/MMAP_WITHOUT_POLARS_SLOW.md
documentation/MOST_STABLE_AND_PERFORMANT.md
documentation/MULTI_SOURCE_EXAMPLE_README.md
documentation/MYSQL_USAGE.md
documentation/OPTIMIZATIONS_BREAKDOWN.md
documentation/OPTIMIZATIONS_NOT_DATABASE_ONLY.md
documentation/OPTIMIZATIONS_VS_POLARS.md
documentation/OPTIMIZER_AUTOMATED.md
documentation/PERFORMANCE.md
documentation/PERFORMANCE_COMPARISON.md
documentation/POLARS_AND_MMAP_GUIDE.md
documentation/POLARS_VS_POLARS_MMAP.md
documentation/PROTOCOL_AND_OPTIMIZATIONS_EXPLAINED.md
documentation/PROTOCOL_EXPLANATION.md
documentation/PUBLISHING.md
documentation/PYPI_CHECKLIST.md
documentation/QUICK_PUBLISH.md
documentation/QUICK_START.md
documentation/SIMPLE_PROTOCOL_GUIDE.md
documentation/SIMPLE_SOURCE_FUNCTIONS.md
documentation/SOURCE_COMBINATIONS_GUIDE.md
documentation/TECHNICAL_DOCUMENTATION.md
documentation/USER_GUIDE.md
documentation/WHAT_IS_WHERE_TO_PARAMS.md
documentation/WHEN_POLARS_IS_USED.md
documentation/WHERE_POLARS_IS_USED.md
documentation/WHY_API_CONVERTER_NEEDED.md
documentation/WHY_MANUAL_PARSING.md
documentation/WHY_ORIGINAL_IS_FASTER.md
documentation/WHY_PROTOCOL_IN_SOURCES.md
documentation/XML_MONGO_USE_CASE.md
streaming_sql_engine.egg-info/PKG-INFO
streaming_sql_engine.egg-info/SOURCES.txt
streaming_sql_engine.egg-info/dependency_links.txt
streaming_sql_engine.egg-info/requires.txt
streaming_sql_engine.egg-info/top_level.txt
tests/test_engine_options.py
tests/test_full_pipeline.py
tests/test_merge_buffer.py
tests/test_merge_join_debug.py
tests/test_merge_join_detailed_debug.py
tests/test_merge_join_direct.py
tests/test_merge_join_issue.py
tests/test_merge_join_simple.py
tests/test_merge_join_with_user_data.py
tests/test_mmap_debug.py
tests/test_mmap_direct.py
tests/test_mmap_get_matches.py
tests/test_mmap_get_matches_direct.py
tests/test_mmap_get_rows_variants.py
tests/test_mmap_index.py
tests/test_mmap_index_lookup.py
tests/test_mmap_join_benchmark_match.py
tests/test_mmap_join_debug.py
tests/test_mmap_join_simple.py
tests/test_mmap_join_simple_fixed.py
tests/test_mmap_join_trace.py
tests/test_mmap_key_extraction.py
tests/test_mmap_required_columns.py
tests/test_mmap_simple_query.py
tests/test_polars_fixes.py
tests/test_polars_schema_fix.py
tests/test_readme_cases.py
tests/test_required_columns_analysis.py
tests/test_where_clause_1k.py
tests/test_where_debug.py
tests/test_where_pushdown.py