Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c150652 pSub->nSelectRow = pCteUse->nRowEst;
150700 pCteUse->nRowEst = pSub->nSelectRow;
164341 nRowEst += nEst;
164346 if( nRowEst > (tRowcnt)nRow0 ) nRowEst = nRow0;
164347 *pnRow = nRowEst;
167370 nRowEst, pParse->nQueryLoop));
167377 if( pWInfo->pOrderBy==0 || nRowEst==0 ){
167657 && nRowEst
212413 nRow = pRtree->nRowEst >> (iIdx/2);
213625 pRtree->nRowEst = RTREE_DEFAULT_ROWEST;
[all …]