Searched refs:nRowEst (Results 1 – 5 of 5) sorted by relevance
2057 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local2064 nRowEst += nEst; in whereInScanEst()2069 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()2070 *pnRow = nRowEst; in whereInScanEst()2071 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()4779 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument4807 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()4814 if( pWInfo->pOrderBy==0 || nRowEst==0 ){ in wherePathSolver()4906 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()5101 && nRowEst in wherePathSolver()
4199 LogEst nRowEst; /* Estimated number of rows in the table */ member
7063 pSub->nSelectRow = pCteUse->nRowEst; in sqlite3Select()7109 pCteUse->nRowEst = pSub->nSelectRow; in sqlite3Select()
165 i64 nRowEst; /* Estimated number of rows in this table */ member2064 nRow = pRtree->nRowEst >> (iIdx/2); in rtreeBestIndex()3446 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()3460 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); in rtreeQueryStat1()
211 # mailing list on 2010-10-19. The problem is that the nRowEst field