Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149923 int hasDistinct; /* True if the DISTINCT keyword is present */ local
149940 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;
149942 if( pSort==0 && !hasDistinct ){
149988 if( pSort && hasDistinct==0 && eDest!=SRT_EphemTab && eDest!=SRT_Table ){
150053 assert( hasDistinct==0 );
150065 if( hasDistinct ){