pub fn try_parse_mir(
    catalog: &TestCatalog,
    s: &str
) -> Result<MirRelationExpr, String>
Expand description

Builds a mz_expr::MirRelationExpr from a string.