pub fn execute_set_op( left: Vec<Binding>, right: Vec<Binding>, op_type: SetOpType, ) -> (Vec<Binding>, SetOpStats)
Execute a set operation on two binding vectors