Searched refs:nDistinctCol (Results 1 – 2 of 2) sorted by relevance
144 u16 nDistinctCol; /* Index columns used to sort for DISTINCT */ member
4440 pLoop->u.btree.nDistinctCol = 0; in wherePathSatisfiesOrderBy()4604 pLoop->u.btree.nDistinctCol = j+1; in wherePathSatisfiesOrderBy()6293 && (n = pLoop->u.btree.nDistinctCol)>0 in sqlite3WhereEnd()