Skip to main content

build_rel

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.