Lines Matching refs:UNION
10319 union p4union { /* fourth parameter */
11743 union {
12624 union {
12636 union {
12756 union {
12868 union {
13090 #define SRT_Except 2 /* Remove result from a UNION index */
13564 union { /* Extra data for callback */
15414 union MemValue {
18685 union {
23358 const char *zOp = "UNION";
23360 case TK_ALL: zOp = "UNION ALL"; break;
31238 u16 allShared = 0; /* Union of locks held by connections other than "p" */
38193 u16 allShared = 0; /* Union of locks held by connections other than "p" */
40091 /* Round the union size down to the nearest pointer boundary, since that's how
40151 union {
69735 union {
73482 /*** INSERT STACK UNION HERE ***/
80540 union {
85154 /* The Expr.x union is never used at the same time as Expr.pRight */
85726 /* The Expr.x union is never used at the same time as Expr.pRight */
90310 union {
109747 case TK_ALL: z = "UNION ALL"; break;
109750 default: z = "UNION"; break;
110462 ** redefined. The UNION ALL operator uses this property to force
110582 ** <recursive-table> AS (<setup-query> UNION [ALL] <recursive-query>)
110598 ** If the compound query operator is UNION then no duplicate rows are ever
110601 ** discarded. If the operator is UNION ALL, then duplicates are allowed.
110628 int iDistinct = 0; /* To ensure unique results if UNION */
110760 ** (2) All terms are UNION ALL
110797 ** two or more separate queries using UNION, UNION ALL, EXCEPT, or
110809 ** SELECT a FROM t1 UNION SELECT b FROM t2 UNION SELECT c FROM t3
111233 /* Suppress duplicates for UNION, EXCEPT, and INTERSECT
111349 ** <operator> is one of UNION ALL, UNION, EXCEPT, or INTERSECT. The idea
111359 ** of the compound query. (Only generated for UNION and
111360 ** UNION ALL. EXCEPT and INSERTSECT never output a row that
111377 ** UNION ALL UNION EXCEPT INTERSECT
111394 ** Duplicate removal in the UNION, EXCEPT, and INTERSECT cases is handled
111406 ** outB: output one row of B (UNION and UNION ALL only)
111489 /* For operators other than UNION ALL we have to make sure that
111538 ** operator is UNION, EXCEPT, or INTERSECT (but not UNION ALL).
111905 ** (17) The sub-query is not a compound select, or it is a UNION ALL
111916 ** operator other than UNION ALL because all the other compound
111973 Select *pParent; /* Current UNION ALL term of the other query */
112081 ** use only the UNION ALL operator. And none of the simple select queries
112126 ** 17 and 18 above) it must be a UNION ALL and the parent query must
112134 ** using UNION ALL operators. In this case N is the number of simple
112141 ** UNION ALL
112143 ** UNION ALL
112150 ** UNION ALL
112152 ** UNION ALL
112564 ** This transformation is only needed for EXCEPT, INTERSECT, and UNION.
112565 ** The UNION ALL operator works fine with multiSelectOrderBy() even when
112701 int bMayRecursive; /* True if compound joined by UNION [ALL] */
118099 union { /* Information that depends on pWLoop->wsFlags */
118142 union {
118269 union {
120532 ** the union of all rowids using a RowSet object. This is similar
123095 ** Clear the WhereLoop.u union. Leave WhereLoop.pLTerm intact.
126217 ** This is typically a union of many types, one of
126218 ** which is sqlite3ParserTOKENTYPE. The entry in the union
126243 typedef union {
126983 "DEFERRABLE", "FOREIGN", "DROP", "UNION",
127141 /* 115 */ "multiselect_op ::= UNION",
127142 /* 116 */ "multiselect_op ::= UNION ALL",
128163 case 115: /* multiselect_op ::= UNION */ yytestcase(yyruleno==115);
128484 case 116: /* multiselect_op ::= UNION ALL */
129956 testcase( i==118 ); /* UNION */
137964 ** Compute the union of two position lists. The output written
139857 ** within the union of all segments of a b-tree. Hence the name.
146246 /* 27 */ "SELECT ? UNION SELECT level / (1024 * ?) FROM %Q.'%q_segdir'",
154158 typedef union RtreeCoord RtreeCoord;
154314 union RtreeCoord {
154342 union {
155846 ** Store the union of cells p1 and p2 in p1.
160732 "UNION ALL "
163480 " UNION ALL "
163730 union {
166965 ** This is typically a union of many types, one of
166966 ** which is sqlite3Fts5ParserFTS5TOKENTYPE. The entry in the union
166990 typedef union {