Skip to main content

Module dialect

Module dialect 

Source
Expand description

SQL parser dialects installed in this build.

The registry has one entry today because the vendored grammar is DuckDB’s grammar. Keeping the name here rather than in the settings layer makes current_dialect a lookup whose behavior changes when another parser is registered, not a string special case that has to be replaced.

Structs§

Dialect
One installed SQL parser dialect.

Constants§

DIALECTS
Every SQL parser dialect installed in this build.

Functions§

dialect_named
Finds an installed dialect without regard to identifier case.