Expand description
Registry-driven lowering from validated SQL statements to shared query plans.
Structs§
- SqlAdapter
Error - Fail-closed SQL adapter error.
- SqlDialect
Profile - A registered SQL vendor profile.
- SqlRelation
Mapping - One explicit SQL relation and field mapping.
- SqlSchema
Registry - Explicit, fail-closed schema registry used by SQL lowering.
Enums§
- SqlAdapter
Error Kind - Error category for fail-closed SQL lowering.
Constants§
- SQL_
DIALECT_ PROFILES - SQL profiles whose common subset is normalized by the built-in adapter.
Functions§
- lower_
sql - Parses, validates, and lowers exactly one SQL statement and its provenance.
- lower_
sql_ cst - Lowers one complete, clean SQL CST into the shared executable IR.