Function mz_sql::plan::query::plan_set_expr

source ·
fn plan_set_expr(
    qcx: &mut QueryContext<'_>,
    q: &SetExpr<Aug>
) -> Result<(HirRelationExpr, Scope), PlanError>