Function mz_sql::plan::query::plan_set_expr

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