pub fn parse_expr(sql: &str) -> Result<Expr<Raw>, ParserError>
Expand description

Parses a SQL string containing one SQL expression.