Searched refs:hasDistinct (Results 1 – 1 of 1) sorted by relevance
1101 int hasDistinct; /* True if the DISTINCT keyword is present */ in selectInnerLoop() local1118 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()