Home | History | Annotate | Download | only in dist

Lines Matching refs:iDistinct

9680     int iDistinct;           /* Ephemeral table used to enforce DISTINCT */
72442 pItem->iDistinct = pParse->nTab++;
72444 pItem->iDistinct = -1;
91357 if( pFunc->iDistinct>=0 ){
91363 pFunc->iDistinct = -1;
91366 sqlite3VdbeAddOp4(v, OP_OpenEphemeral, pFunc->iDistinct, 0, 0,
91415 if( pF->iDistinct>=0 ){
91418 codeDistinct(pParse, pF->iDistinct, addrNext, 1, regAgg);