Structs§
- Helper struct for
parser_expr_to_scalar_value
.
Functions§
- Convert a parser expression to a scalar value. This function will try the best to resolve and reduce constants. Exprs like
1 + 1
ornow()
can be handled properly.
parser_expr_to_scalar_value
.1 + 1
or now()
can be
handled properly.