Searched refs:iDistinct (Results 1 – 1 of 1) sorted by relevance
19277 int iDistinct; /* Ephemeral table used to enforce DISTINCT */ member117581 pItem->iDistinct = pParse->nTab++;117583 pItem->iDistinct = -1;147520 int iDistinct = 0; /* To ensure unique results if UNION */147564 iDistinct = pParse->nTab++;147582 if( iDistinct ){147583 p->addrOpenEphm[0] = sqlite3VdbeAddOp2(v, OP_OpenEphemeral, iDistinct, 0);151602 if( pFunc->iDistinct>=0 ){151608 pFunc->iDistinct = -1;151612 pFunc->iDistinct, 0, 0, (char*)pKeyInfo, P4_KEYINFO);[all …]