Expand description
MATCH_RECOGNIZE SQL extension planning and execution (R16 S2).
Structs§
- Match
Recognize Statement - Parsed
MATCH_RECOGNIZEstatement. ParsedMATCH_RECOGNIZEstatement ready for execution.
Functions§
- execute_
match_ recognize - Execute a
MATCH_RECOGNIZEstatement against pre-collected source batches. - execute_
streaming_ match_ recognize - Incrementally apply a
MATCH_RECOGNIZEpattern to a new batch of events from a streaming source, updatingstatein place. - parse_
match_ recognize - Parse the supported R16 subset:
- plan_
match_ recognize - Build a Krishiv streaming logical plan for
MATCH_RECOGNIZE.