pub fn parse(sql: &str, _dialect: Dialect) -> Result<Statement>
Parse a SQL string into a Statement AST using the given dialect.
Statement
Returns a SqlglotError if the input is not valid SQL.
SqlglotError