Home
last modified time | relevance | path

Searched defs:nRowEst (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c2057 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
4779 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver()
H A DsqliteInt.h4199 LogEst nRowEst; /* Estimated number of rows in the table */ member
/sqlite-3.40.0/ext/rtree/
H A Drtree.c165 i64 nRowEst; /* Estimated number of rows in this table */ member