Home
last modified time | relevance | path

Searched refs:iDistinct (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19938 int iDistinct; /* Ephemeral table used to enforce DISTINCT */ member
120361 pItem->iDistinct = pParse->nTab++;
120363 pItem->iDistinct = -1;
151674 int iDistinct = 0; /* To ensure unique results if UNION */ local
151718 iDistinct = pParse->nTab++;
151736 if( iDistinct ){
151754 sqlite3VdbeAddOp4(v, OP_OpenEphemeral, iDistinct, nCol, 0,
155673 if( pFunc->iDistinct>=0 ){
155679 pFunc->iDistinct = -1;
155683 pFunc->iDistinct, 0, 0, (char*)pKeyInfo, P4_KEYINFO);
[all …]