Skip to main content

Module sql

Module sql 

Source
Expand description

SQL frontend for PowDB.

This module intentionally keeps SQL as a frontend: it parses a supported SQL subset, lowers it to PowDB’s existing statement AST, and records the equivalent canonical PowQL text so plan-cache entries are shared with the native PowQL spelling.

Structs§

ParsedSql

Functions§

parse_sql
parse_sql_with_canonical