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.
pub fn resolve_dialect(name: &str) -> Option<DialectRef>Look up a dialect by name, returning either a built-in or custom DialectRef.
Checks built-in dialects first, then the custom plugin registry.