Skip to main content

parse_by_name

Function parse_by_name 

Source
pub fn parse_by_name(sql: &str, dialect: &str) -> Result<Vec<Expression>>
Expand description

Parse SQL into an AST using a string dialect name.

Supports both built-in and custom dialect names.