Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h144 u16 nDistinctCol; /* Index columns used to sort for DISTINCT */ member
H A Dwhere.c4440 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()