Lines Matching refs:nRowEst
20872 LogEst nRowEst; /* Estimated number of rows in the table */ member
152759 pSub->nSelectRow = pCteUse->nRowEst;
152812 pCteUse->nRowEst = pSub->nSelectRow;
166809 tRowcnt nRowEst = 0; /* New estimate of the number of rows */
166816 nRowEst += nEst;
166821 if( nRowEst > (tRowcnt)nRow0 ) nRowEst = nRow0;
166822 *pnRow = nRowEst;
166823 WHERETRACE(0x20,("IN row estimate: est=%d\n", nRowEst));
170146 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){
170170 nRowEst, pParse->nQueryLoop));
170196 if( pWInfo->pOrderBy==0 || nRowEst==0 ){
170291 pWInfo, nRowEst, nOrderBy, isOrdered
170494 && nRowEst
213636 i64 nRowEst; /* Estimated number of rows in this table */
215569 nRow = pRtree->nRowEst >> (iIdx/2);
216781 pRtree->nRowEst = RTREE_DEFAULT_ROWEST;
216795 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST);