Searched refs:isCompound (Results 1 – 1 of 1) sorted by relevance
1688 int isCompound; /* True if p is a compound select */ in resolveSelectStep() local1718 isCompound = p->pPrior!=0; in resolveSelectStep()1874 && isCompound<=nCompound /* Defer right-most ORDER BY of a compound */ in resolveSelectStep()1918 if( isCompound && resolveCompoundOrderBy(pParse, pLeftmost) ){ in resolveSelectStep()