Function mz_expr_test_util::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.