Skip to main content

Module stream_sql_executor

Module stream_sql_executor 

Source
Expand description

§Stream SQL — Parser and Execution Engine

Contains the recursive-descent Parser that turns token streams into AST nodes, and StreamSqlEngine which drives lexing, parsing, caching, and execution.

Structs§

Parser
Parser for SQL queries
StreamSqlEngine
Stream SQL engine