Lines Matching defs:nEst
22805 LogEst nEst; /* Estimated output rows per loop */
83648 LogEst nEst, /* Estimated number of output rows */
83659 pNew->nEst = nEst;
90030 LogEst x = pScan->nEst;
114889 tRowcnt nEst; /* Estimated number of rows */
115049 p->nEst = sqlite3_value_int64(argv[2]);
115065 p->nPSample = (tRowcnt)(p->nEst/(mxSample/3+1) + 1);
115470 p->nSkipAhead ? (u64)p->nEst : (u64)p->nRow);
158606 tRowcnt nEst; /* Number of rows for a single term */
158612 nEst = nRow0;
158613 rc = whereEqualScanEst(pParse, pBuilder, pList->a[i].pExpr, &nEst);
158614 nRowEst += nEst;