Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c1101 int hasDistinct; /* True if the DISTINCT keyword is present */ in selectInnerLoop() local
1118 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP; in selectInnerLoop()
1120 if( pSort==0 && !hasDistinct ){ in selectInnerLoop()
1166 if( pSort && hasDistinct==0 && eDest!=SRT_EphemTab && eDest!=SRT_Table ){ in selectInnerLoop()
1231 assert( hasDistinct==0 ); in selectInnerLoop()
1243 if( hasDistinct ){ in selectInnerLoop()