Expand description
§Stream SQL — AST Types and Lexer
SQL-like query language for stream processing:
- Configuration types (
StreamSqlConfig) - Lexer token definitions and
Lexer - AST node types:
Expression,SelectStatement,WindowSpec, etc.
Structs§
- Column
Definition - Column definition
- Create
Stream Statement - CREATE STREAM statement
- Lexer
- Lexer for SQL tokenization
- Order
ByItem - ORDER BY specification
- Query
Result - Query result
- Result
Row - Query result row
- Select
Item - SELECT column specification
- Select
Statement - SELECT statement AST
- Stream
Metadata - Stream metadata
- Stream
SqlConfig - Configuration for Stream SQL engine
- Stream
SqlStats - Stream SQL statistics
- Window
Spec - Window specification
Enums§
- Aggregate
Function - Aggregate functions
- Binary
Operator - Binary operators
- Data
Type - SQL data types
- Expression
- Expression in SQL AST
- From
Clause - FROM clause item
- Join
Type - Join types
- Query
Type - SQL query types
- SqlValue
- SQL value types
- Token
- SQL token types for lexer
- Unary
Operator - Unary operators
- Window
Type - Window types