Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c150144 int hasDistinct; /* True if the DISTINCT keyword is present */ local
150161 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;
150163 if( pSort==0 && !hasDistinct ){
150209 if( pSort && hasDistinct==0 && eDest!=SRT_EphemTab && eDest!=SRT_Table ){
150274 assert( hasDistinct==0 );
150286 if( hasDistinct ){