pub fn parse_expr_string(expr_text: &str) -> Result<SqlExpr>Expand description
Parse a standalone SQL expression string into an SqlExpr.
Used by the DEFAULT expression evaluator to handle arbitrary expressions
(e.g. upper('x'), 1 + 2) that don’t match the hard-coded keyword list.