Home | History | Annotate | Download | only in dist

Lines Matching refs:iDistinct

9673     int iDistinct;           /* Ephemeral table used to enforce DISTINCT */
72435 pItem->iDistinct = pParse->nTab++;
72437 pItem->iDistinct = -1;
91350 if( pFunc->iDistinct>=0 ){
91356 pFunc->iDistinct = -1;
91359 sqlite3VdbeAddOp4(v, OP_OpenEphemeral, pFunc->iDistinct, 0, 0,
91408 if( pF->iDistinct>=0 ){
91411 codeDistinct(pParse, pF->iDistinct, addrNext, 1, regAgg);