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

Builds a MirRelationExpr from a string.

See mz_lowertest::to_json for the syntax.