Home | History | Annotate | Download | only in orig

Lines Matching defs:hasDistinct

116936   int hasDistinct;            /* True if the DISTINCT keyword is present */
116952 hasDistinct = pDistinct ? pDistinct->eTnctType : WHERE_DISTINCT_NOOP;
116954 if( pSort==0 && !hasDistinct ){
116996 if( pSort && hasDistinct==0 && eDest!=SRT_EphemTab && eDest!=SRT_Table ){
117021 if( hasDistinct ){