The match_rows function treats undefined pattern-parts as wildcard (same as MATCH_RECOGNIZE), but this breaks with how the match_rows_raw function works. It is not really an option to change how match_rows_raw works, perhaps best solution is to just document behavior well.
The match_rows function treats undefined pattern-parts as wildcard (same as MATCH_RECOGNIZE), but this breaks with how the match_rows_raw function works. It is not really an option to change how match_rows_raw works, perhaps best solution is to just document behavior well.