Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c170935 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); local
170944 nEst = nRow0;
170951 if( nRowEst > (tRowcnt)nRow0 ) nRowEst = nRow0;