TK_UNION         90768 third_party/sqlite/amalgamation/sqlite3.c   assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL );
TK_UNION         91561 third_party/sqlite/amalgamation/sqlite3.c     case TK_UNION: {
TK_UNION         91570 third_party/sqlite/amalgamation/sqlite3.c       testcase( p->op==TK_UNION );
TK_UNION         91609 third_party/sqlite/amalgamation/sqlite3.c         assert( p->op==TK_UNION );
TK_UNION         91627 third_party/sqlite/amalgamation/sqlite3.c       if( p->op==TK_UNION ) p->nSelectRow += pPrior->nSelectRow;
TK_UNION         92276 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL || op==TK_UNION ){
TK_UNION         92338 third_party/sqlite/amalgamation/sqlite3.c   if( op==TK_ALL || op==TK_UNION ){
TK_UNION         106266 third_party/sqlite/amalgamation/sqlite3.c     TK_UNION,      TK_USING,      TK_VACUUM,     TK_VIEW,       TK_INITIALLY,  
TK_UNION          846 third_party/sqlite/src/src/select.c   assert( op==TK_UNION || op==TK_EXCEPT || op==TK_INTERSECT || op==TK_ALL );
TK_UNION         1639 third_party/sqlite/src/src/select.c     case TK_UNION: {
TK_UNION         1648 third_party/sqlite/src/src/select.c       testcase( p->op==TK_UNION );
TK_UNION         1687 third_party/sqlite/src/src/select.c         assert( p->op==TK_UNION );
TK_UNION         1705 third_party/sqlite/src/src/select.c       if( p->op==TK_UNION ) p->nSelectRow += pPrior->nSelectRow;
TK_UNION         2354 third_party/sqlite/src/src/select.c   if( op==TK_ALL || op==TK_UNION ){
TK_UNION         2416 third_party/sqlite/src/src/select.c   if( op==TK_ALL || op==TK_UNION ){