Home | History | Annotate | Download | only in dist

Lines Matching refs:nRowEst

9404   unsigned nRowEst;    /* Estimated rows in table - from sqlite_stat1 table */
73898 if( i==0 ) pTable->nRowEst = v;
75664 pTable->nRowEst = 1000000;
77696 a[0] = pIdx->pTable->nRowEst;
89212 pTab->nRowEst = 1000000;
91045 pTab->nRowEst = 1000000;
91618 pItem->pTab->nRowEst = (unsigned)pSub->nSelectRow;
97237 nTableRow = pTable->nRowEst;
98047 aiRowEstPk[0] = pSrc->pTab->nRowEst;