Skip to main content

parse

Function parse 

Source
pub fn parse(sql: &str, _dialect: Dialect) -> Result<Statement>
Expand description

Parse a SQL string into a Statement AST using the given dialect.

ยงErrors

Returns a SqlglotError if the input is not valid SQL.