Is your feature request related to a problem or challenge?
The MATCH_RECOGNIZE clause, introduced in SQL:2016, provides powerful capabilities for pattern matching in data streams or tables. It is particularly useful for scenarios such as identifying user behavior patterns—for example, determining which users followed a specific sequence of page views and actions on a website before opening a support ticket or completing a purchase. I noticed that datafusion-sqlparser-rs can parse SQL queries which contain the MATCH_RECOGNIZE clause, which could serve as a foundation for implementation. Is there any interest in implementing this feature?
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
The MATCH_RECOGNIZE clause, introduced in SQL:2016, provides powerful capabilities for pattern matching in data streams or tables. It is particularly useful for scenarios such as identifying user behavior patterns—for example, determining which users followed a specific sequence of page views and actions on a website before opening a support ticket or completing a purchase. I noticed that
datafusion-sqlparser-rscan parse SQL queries which contain the MATCH_RECOGNIZE clause, which could serve as a foundation for implementation. Is there any interest in implementing this feature?Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response