Home | History | Annotate | Download | only in dist

Lines Matching refs:nRowEst

9397   unsigned nRowEst;    /* Estimated rows in table - from sqlite_stat1 table */
73891 if( i==0 ) pTable->nRowEst = v;
75657 pTable->nRowEst = 1000000;
77689 a[0] = pIdx->pTable->nRowEst;
89205 pTab->nRowEst = 1000000;
91038 pTab->nRowEst = 1000000;
91611 pItem->pTab->nRowEst = (unsigned)pSub->nSelectRow;
97230 nTableRow = pTable->nRowEst;
98040 aiRowEstPk[0] = pSrc->pTab->nRowEst;