You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?