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