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