Expand description
SQL parser with streaming extensions.
Routes streaming DDL (CREATE SOURCE/SINK/CONTINUOUS QUERY) to custom
parsers that use sqlparser primitives. Routes standard SQL to sqlparser
with GenericDialect.
Modules§
- aggregation_
parser - Aggregate function detection and extraction
- analytic_
parser - Analytic window function detection and extraction
- join_
parser - Join query analysis and extraction
- order_
analyzer - ORDER BY analysis for streaming SQL queries
Structs§
- Create
Sink Statement - CREATE SINK statement
- Create
Source Statement - CREATE SOURCE statement
- Format
Spec - Format specification for serialization (e.g., FORMAT JSON, FORMAT AVRO).
- Late
Data Clause - Late data handling clause.
- Streaming
Parser - Parser for streaming SQL extensions.
- Watermark
Def - Watermark definition
- Window
Rewriter - Rewrites window functions in SQL queries
Enums§
- Emit
Clause - EMIT clause for controlling output timing.
- Emit
Strategy - Emit strategy for runtime operator configuration.
- Parse
Error - SQL parsing errors
- Show
Command - SHOW command variants for listing streaming objects.
- Sink
From - Source for a sink
- Streaming
Statement - Streaming-specific SQL statements
- Window
Function - Window function types
Functions§
- parse_
streaming_ sql - Parses SQL with streaming extensions.