Skip to main content

Module parser

Module parser 

Source
Expand description

SQL parsing entry points (Postgres dialect).

Functionsยง

parse_select
Parses a single SELECT statement under the default QueryLimits.
parse_select_with_limits
Like parse_select but with a caller-supplied QueryLimits.
validate_query
Walks a parsed query tree and rejects features outside the v1 supported surface (recursive CTEs, ORDER BY without LIMIT, etc).