Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4730 int nSorted in whereSortingCost() argument
4748 rScale = sqlite3LogEst((nOrderBy-nSorted)*100/nOrderBy) - 66; in whereSortingCost()