Skip to main content

resolve_dialect

Function resolve_dialect 

Source
pub fn resolve_dialect(name: &str) -> Option<DialectRef>
Expand description

Look up a dialect by name, returning either a built-in or custom DialectRef.

Checks built-in dialects first, then the custom plugin registry.