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
- Stream
SqlEngine - Stream SQL engine