Searched refs:NC_NoSelect (Results 1 – 2 of 2) sorted by relevance
1377 nc.ncFlags = NC_AllowAgg|NC_UEList|NC_NoSelect; in resolveOrderByTermToExprList()1985 w.xSelectCallback = (pNC->ncFlags & NC_NoSelect) ? 0 : resolveSelectStep; in sqlite3ResolveExprNames()
3289 #define NC_NoSelect 0x080000 /* Do not descend into sub-selects */ macro