Searched refs:eDistinct (Results 1 – 2 of 2) sorted by relevance
10619 u8 eDistinct; member96350 if( pWInfo->eDistinct ){96357 assert( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED 96358 || pWInfo->eDistinct==WHERE_DISTINCT_UNIQUE 96361 if( pWInfo->eDistinct==WHERE_DISTINCT_ORDERED ){105040 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;105214 assert( pWInfo->eDistinct==0 );105215 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;
100444 int eDistinct /* SF_Distinct or SF_ALL or 0 */144881 return pWInfo->eDistinct;149211 && pWInfo->eDistinct==WHERE_DISTINCT_NOOP149218 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;149225 pWInfo->eDistinct = WHERE_DISTINCT_ORDERED;149353 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;149614 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;149676 pWInfo->eDistinct = WHERE_DISTINCT_UNIQUE;149754 switch( pWInfo->eDistinct ){150002 && pWInfo->eDistinct!=WHERE_DISTINCT_ORDERED[all …]