.pypirc.template
1.swift
COMPLETE_11_STEP_GUIDE publishing.md
Examples.ipynb
LICENSE
MANIFEST.in
QUICK_REFERENCE_pub.md
README.md
Test_grammar.ipynb
Untitled-1.ipynb
Untitled-2.ipynb
__init__.py
main.py
match_recognize.py
medi.ipynb
production_scale_test.py
pyproject.toml
requirements.txt
setup.py
test1_workon.ipynb
test_NFA.ipynb
test_parsing_v1.ipynb
test_requirements.txt
tr1_paper.ipynb
trino_data.ipynb
trino_test_replication.py
.vscode/settings.json
Examples Match_reocginze/Examples.ipynb
Examples Match_reocginze/Examples_View.ipynb
Examples Match_reocginze/Examples_v1.ipynb
Performance/FINAL_VALIDATED_PERFORMANCE_ANALYSIS.md
Performance/enhanced_latex_generator.py
Performance/enhanced_pattern_benchmark.py
Performance/enhanced_visualization_generator.py
Performance/pattern_focused_benchmark.py
Python_Examples/python_udf.ipynb
docs/README_NAVIGATION_FIX.md
docs/debugging_guide.md
docs/navigation_enhancements.md
docs/navigation_function_fix.md
docs/nested_navigation.md
docs/pattern_cache_deployment.md
docs/pattern_caching.md
match_recognize/__init__.py
pandas_match_recognize/__init__.py
pandas_match_recognize.egg-info/PKG-INFO
pandas_match_recognize.egg-info/SOURCES.txt
pandas_match_recognize.egg-info/dependency_links.txt
pandas_match_recognize.egg-info/requires.txt
pandas_match_recognize.egg-info/top_level.txt
src/TestAggregationsInRowPatternMatching.java
src/TestRowPatternMatching.java
src/__init__.py
src/ast_nodes/__init__.py
src/ast_nodes/ast_nodes.py
src/config/__init__.py
src/config/production_config.py
src/executor/__init__.py
src/executor/match_recognize.py
src/grammar/TrinoLexer.g4
src/grammar/TrinoLexer.interp
src/grammar/TrinoLexer.py
src/grammar/TrinoLexer.tokens
src/grammar/TrinoParser.g4
src/grammar/TrinoParser.interp
src/grammar/TrinoParser.py
src/grammar/TrinoParser.tokens
src/grammar/TrinoParserListener.py
src/grammar/TrinoParserVisitor.py
src/grammar/__init__.py
src/matcher/__init__.py
src/matcher/automata.py
src/matcher/condition_evaluator.py
src/matcher/dfa.py
src/matcher/evaluation_utils.py
src/matcher/matcher.py
src/matcher/measure_evaluator.py
src/matcher/pattern_tokenizer.py
src/matcher/production_aggregates.py
src/matcher/row_context.py
src/monitoring/__init__.py
src/monitoring/cache_monitor.py
src/monitoring/health_check.py
src/monitoring/production_logging.py
src/parser/__init__.py
src/parser/error_listeners.py
src/parser/match_recognize_extractor.py
src/parser/query_parser.py
src/pattern/__init__.py
src/pattern/permute_handler.py
src/utils/__init__.py
src/utils/logging_config.py
src/utils/memory_management.py
src/utils/pattern_cache.py
src/utils/performance_optimizer.py
src/utils/production_logging.py
tests/__init__.py
tests/test_advanced_aggregation_scenarios.py
tests/test_aggregation_fixes.py
tests/test_aggregation_integration.py
tests/test_aggregation_performance.py
tests/test_anchor_patterns.py
tests/test_back_reference.py
tests/test_case_sensitivity.py
tests/test_complete_java_aggregation_coverage.py
tests/test_complete_java_aggregations.py
tests/test_complete_java_reference.py
tests/test_empty_cycle.py
tests/test_empty_matches.py
tests/test_exponential_protection.py
tests/test_fixed_failing_cases.py
tests/test_in_predicate.py
tests/test_java_aggregations_converted.py
tests/test_match_recognize.py
tests/test_missing_critical_cases.py
tests/test_missing_java_cases.py
tests/test_multiple_match_recognize.py
tests/test_navigation_and_conditions.py
tests/test_output_layout.py
tests/test_pattern_cache.py
tests/test_pattern_tokenizer.py
tests/test_permute_patterns.py
tests/test_production_aggregates.py
tests/test_production_aggregations.py
tests/test_scalar_functions.py
tests/test_sql2016_compliance.py
tests/test_subqueries.py
tests/test_utils.py
tests/performance/requirements.txt