Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21496 LogEst nRowEst; /* Estimated number of rows in the table */ member
156846 pSub->nSelectRow = pCteUse->nRowEst;
156899 pCteUse->nRowEst = pSub->nSelectRow;
170939 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ local
170946 nRowEst += nEst;
170951 if( nRowEst > (tRowcnt)nRow0 ) nRowEst = nRow0;
170952 *pnRow = nRowEst;
170953 WHERETRACE(0x20,("IN row estimate: est=%d\n", nRowEst));
174424 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ argument
174448 nRowEst, pParse->nQueryLoop));
[all …]