Function convert_expr_to_scalar_value

Source
pub fn convert_expr_to_scalar_value(
    param: &Expr,
    t: &ConcreteDataType,
) -> Result<ScalarValue>
Expand description

Convert an MySQL expression to a scalar value. It automatically handles the conversion of strings to numeric values.