637638639640641642643644645646647
case UNION : rowSet.union(session, tempNavigator); break; case UNION_ALL : rowSet.unionAll(session, tempNavigator); break; default : throw Error.runtimeError(ErrorCode.U_S0500, "QueryExpression");