Searched refs:iDistinct (Results 1 – 1 of 1) sorted by relevance
18804 int iDistinct; /* Ephemeral table used to enforce DISTINCT */ member115224 pItem->iDistinct = pParse->nTab++;115226 pItem->iDistinct = -1;144416 int iDistinct = 0; /* To ensure unique results if UNION */144460 iDistinct = pParse->nTab++;144478 if( iDistinct ){144479 p->addrOpenEphm[0] = sqlite3VdbeAddOp2(v, OP_OpenEphemeral, iDistinct, 0);148424 if( pFunc->iDistinct>=0 ){148430 pFunc->iDistinct = -1;148434 pFunc->iDistinct, 0, 0, (char*)pKeyInfo, P4_KEYINFO);[all …]