Lines Matching defs:hasDistinct
109331 int hasDistinct; /* True if the DISTINCT keyword is present */109340 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;109342 if( pSort==0 && !hasDistinct ){109391 if( hasDistinct ){