Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2057 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
2064 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() argument
4807 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()
H A DsqliteInt.h4199 LogEst nRowEst; /* Estimated number of rows in the table */ member
H A Dselect.c7063 pSub->nSelectRow = pCteUse->nRowEst; in sqlite3Select()
7109 pCteUse->nRowEst = pSub->nSelectRow; in sqlite3Select()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c165 i64 nRowEst; /* Estimated number of rows in this table */ member
2064 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()
/sqlite-3.40.0/test/
H A Dautoindex1.test211 # mailing list on 2010-10-19. The problem is that the nRowEst field