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.