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;
31220 u16 allShared = 0; /* Union of locks held by connections other than "p" */
38175 u16 allShared = 0; /* Union of locks held by connections other than "p" */
40073 /* Round the union size down to the nearest pointer boundary, since that's how
40133 union {
69717 union {
73464 /*** INSERT STACK UNION HERE ***/
80522 union {
85136 /* The Expr.x union is never used at the same time as Expr.pRight */
85708 /* The Expr.x union is never used at the same time as Expr.pRight */
90292 union {
109729 case TK_ALL: z = "UNION ALL"; break;
109732 default: z = "UNION"; break;
110444 ** redefined. The UNION ALL operator uses this property to force
110564 ** <recursive-table> AS (<setup-query> UNION [ALL] <recursive-query>)
110580 ** If the compound query operator is UNION then no duplicate rows are ever
110583 ** discarded. If the operator is UNION ALL, then duplicates are allowed.
110610 int iDistinct = 0; /* To ensure unique results if UNION */
110742 ** (2) All terms are UNION ALL
110779 ** two or more separate queries using UNION, UNION ALL, EXCEPT, or
110791 ** SELECT a FROM t1 UNION SELECT b FROM t2 UNION SELECT c FROM t3
111215 /* Suppress duplicates for UNION, EXCEPT, and INTERSECT
111331 ** <operator> is one of UNION ALL, UNION, EXCEPT, or INTERSECT. The idea
111341 ** of the compound query. (Only generated for UNION and
111342 ** UNION ALL. EXCEPT and INSERTSECT never output a row that
111359 ** UNION ALL UNION EXCEPT INTERSECT
111376 ** Duplicate removal in the UNION, EXCEPT, and INTERSECT cases is handled
111388 ** outB: output one row of B (UNION and UNION ALL only)
111471 /* For operators other than UNION ALL we have to make sure that
111520 ** operator is UNION, EXCEPT, or INTERSECT (but not UNION ALL).
111887 ** (17) The sub-query is not a compound select, or it is a UNION ALL
111898 ** operator other than UNION ALL because all the other compound
111955 Select *pParent; /* Current UNION ALL term of the other query */
112063 ** use only the UNION ALL operator. And none of the simple select queries
112108 ** 17 and 18 above) it must be a UNION ALL and the parent query must
112116 ** using UNION ALL operators. In this case N is the number of simple
112123 ** UNION ALL
112125 ** UNION ALL
112132 ** UNION ALL
112134 ** UNION ALL
112546 ** This transformation is only needed for EXCEPT, INTERSECT, and UNION.
112547 ** The UNION ALL operator works fine with multiSelectOrderBy() even when
112683 int bMayRecursive; /* True if compound joined by UNION [ALL] */
118081 union { /* Information that depends on pWLoop->wsFlags */
118124 union {
118251 union {
120514 ** the union of all rowids using a RowSet object. This is similar
123077 ** Clear the WhereLoop.u union. Leave WhereLoop.pLTerm intact.
126199 ** This is typically a union of many types, one of
126200 ** which is sqlite3ParserTOKENTYPE. The entry in the union
126225 typedef union {
126965 "DEFERRABLE", "FOREIGN", "DROP", "UNION",
127123 /* 115 */ "multiselect_op ::= UNION",
127124 /* 116 */ "multiselect_op ::= UNION ALL",
128145 case 115: /* multiselect_op ::= UNION */ yytestcase(yyruleno==115);
128466 case 116: /* multiselect_op ::= UNION ALL */
129938 testcase( i==118 ); /* UNION */
137946 ** Compute the union of two position lists. The output written
139827 ** within the union of all segments of a b-tree. Hence the name.
146216 /* 27 */ "SELECT ? UNION SELECT level / (1024 * ?) FROM %Q.'%q_segdir'",
154128 typedef union RtreeCoord RtreeCoord;
154284 union RtreeCoord {
154312 union {
155816 ** Store the union of cells p1 and p2 in p1.
160702 "UNION ALL "
163450 " UNION ALL "
163700 union {
166935 ** This is typically a union of many types, one of
166936 ** which is sqlite3Fts5ParserFTS5TOKENTYPE. The entry in the union
166960 typedef union {