Skip to main content

plan_set_operation

Function plan_set_operation 

Source
pub fn plan_set_operation(
    op: &SetOperator,
    left: &SetExpr,
    right: &SetExpr,
    quantifier: &SetQuantifier,
    catalog: &dyn SqlCatalog,
    functions: &FunctionRegistry,
) -> Result<SqlPlan>
Expand description

Plan a UNION / UNION ALL / INTERSECT / EXCEPT operation.