Lines Matching defs:isCompound
105363 int isCompound; /* True if p is a compound select */105393 isCompound = p->pPrior!=0;105549 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */105593 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){