Function mz_expr_test_util::build_scalar
source ยท pub fn build_scalar(s: &str) -> Result<MirScalarExpr, String>
Expand description
Builds a MirScalarExpr from a string.
See mz_lowertest::to_json for the syntax.
pub fn build_scalar(s: &str) -> Result<MirScalarExpr, String>
Builds a MirScalarExpr from a string.
See mz_lowertest::to_json for the syntax.