Home | History | Annotate | Download | only in orig

Lines Matching defs:EP_Distinct

11400 #define EP_Distinct  0x000010 /* Aggregate function with DISTINCT keyword */
82172 if( (pA->flags & EP_Distinct)!=(pB->flags & EP_Distinct) ) return 2;
82453 if( pExpr->flags & EP_Distinct ){
105076 if( pExpr->flags&EP_Distinct ) return 0;
120199 yygotominor.yy346.pExpr->flags |= EP_Distinct;