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.