Home | History | Annotate | Download | only in dist

Lines Matching defs:SRT_Union

11732 **     SRT_Union       Store results as a key in a temporary index 
11791 #define SRT_Union 1 /* Store result as keys in an index */
102204 case SRT_Union: {
103654 priorOp = SRT_Union;
103691 op = SRT_Union;
103765 sqlite3SelectDestInit(&intersectdest, SRT_Union, tab1);
106032 assert(pDest->eDest==SRT_Exists || pDest->eDest==SRT_Union ||