Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c1118 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()
H A DsqliteInt.h3218 #define WHERE_DISTINCT_NOOP 0 /* DISTINCT keyword not used */ macro
H A Dwhere.c5100 && pWInfo->eDistinct==WHERE_DISTINCT_NOOP in wherePathSolver()