Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2053 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst() local
2062 nEst = nRow0; in whereInScanEst()
2069 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()