Searched refs:WHERE_DISTINCT_NOOP (Results 1 – 3 of 3) sorted by relevance
1118 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP; in selectInnerLoop()7234 sDistinct.eTnctType = WHERE_DISTINCT_NOOP; in sqlite3Select()7472 int eDist = WHERE_DISTINCT_NOOP; in sqlite3Select()7706 if( distFlag!=0 && eDist!=WHERE_DISTINCT_NOOP ){ in sqlite3Select()7829 if( eDist!=WHERE_DISTINCT_NOOP ){ in sqlite3Select()
3218 #define WHERE_DISTINCT_NOOP 0 /* DISTINCT keyword not used */ macro
5100 && pWInfo->eDistinct==WHERE_DISTINCT_NOOP in wherePathSolver()