Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1655 pIdx->nRowEst0 = nRow;
H A Dwhere.c1589 iUpper = pIdx->nRowEst0; in whereKeyStats()
1856 iUpper = p->nRowEst0; in whereRangeScanEst()
H A DsqliteInt.h2642 tRowcnt nRowEst0; /* Non-logarithmic number of rows in the index */ member