Skip to main content

parse_expr_string

Function parse_expr_string 

Source
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.