Searched refs:nRowEst (Results 1 – 1 of 1) sorted by relevance
21496 LogEst nRowEst; /* Estimated number of rows in the table */ member156846 pSub->nSelectRow = pCteUse->nRowEst;156899 pCteUse->nRowEst = pSub->nSelectRow;170939 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ local170946 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){ argument174448 nRowEst, pParse->nQueryLoop));[all …]