Home
last modified time | relevance | path

Searched refs:isCompound (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c1688 int isCompound; /* True if p is a compound select */ in resolveSelectStep() local
1718 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()