Searched refs:nRowEst (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c1764 nTableRow = pTable->nRowEst;
2548 double nRowEst; /* New estimate of the number of rows */ local
2565 nRowEst = p->aiRowEst[0]/(SQLITE_INDEX_SAMPLES*2);
2566 if( nRowEst<*pnRow ) *pnRow = nRowEst;
2568 nRowEst = (iUpper-iLower)*p->aiRowEst[0]/SQLITE_INDEX_SAMPLES;
2569 *pnRow = nRowEst;
2605 double nRowEst; /* New estimate of the number of rows */ local
2644 nRowEst = (nSpan*2+nSingle)*p->aiRowEst[0]/(2*SQLITE_INDEX_SAMPLES)
2646 if( nRowEst >
[all...]
H A Danalyze.c547 if( i==0 ) pTable->nRowEst = v;
H A Dselect.c1369 pTab->nRowEst = 1000000;
3208 pTab->nRowEst = 1000000;
3640 pTab->nRowEst
3807 pItem->pTab->nRowEst = (unsigned)pSub->nSelectRow;
H A DsqliteInt.h1275 unsigned nRowEst; /* Estimated rows in table - from sqlite_stat1 table */ member in struct:Table
H A Dbuild.c839 pTable->nRowEst = 1000000;
2887 a[0] = pIdx->pTable->nRowEst;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9620 unsigned nRowEst; /* Estimated rows in table - from sqlite_stat1 table */ member in struct:Table
100202 double nRowEst; /* New estimate of the number of rows */ local
100259 double nRowEst; /* New estimate of the number of rows */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c113273 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ local
116348 wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst) argument
144770 i64 nRowEst; /* Estimated number of rows in this table */ member in struct:Rtree
[all...]
/external/sqlite/dist/
H A Dsqlite3.c113293 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ local
116368 wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst) argument
144802 i64 nRowEst; /* Estimated number of rows in this table */ member in struct:Rtree
[all...]

Completed in 748 milliseconds