Function expr_test_util::build_rel[][src]

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

Builds a MirRelationExpr from a string.

See lowertest::to_json for the syntax.