mz_expr_test_util

Function build_rel

Source
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.