pub fn is_set_operation(expr: &Expression) -> boolExpand description
Returns true if expr is a set operation (UNION, INTERSECT, or EXCEPT).
pub fn is_set_operation(expr: &Expression) -> boolReturns true if expr is a set operation (UNION, INTERSECT, or EXCEPT).