Skip to main content

Module cep_sql

Module cep_sql 

Source
Expand description

MATCH_RECOGNIZE SQL extension planning and execution (R16 S2).

Structs§

MatchRecognizeStatement
Parsed MATCH_RECOGNIZE statement. Parsed MATCH_RECOGNIZE statement ready for execution.

Functions§

execute_match_recognize
Execute a MATCH_RECOGNIZE statement against pre-collected source batches.
execute_streaming_match_recognize
Incrementally apply a MATCH_RECOGNIZE pattern to a new batch of events from a streaming source, updating state in place.
parse_match_recognize
Parse the supported R16 subset:
plan_match_recognize
Build a Krishiv streaming logical plan for MATCH_RECOGNIZE.