substrait-io / substrait-java

Apache License 2.0
72 stars 70 forks source link

feat: support MATCH_RECOGNIZE #256

Closed vbarua closed 2 weeks ago

vbarua commented 1 month ago

The code in this PR is me thinking out loud about modelling MATCH_RECOGNIZE in Substrait. It builds off of the work in https://github.com/substrait-io/substrait/pull/636.

This should not be considered final. The primary reason I've wired this into substrait-java is to be able to produce example plans quickly.

vbarua commented 2 weeks ago

Halting this work for now due to changes in priorities.