Home
last modified time | relevance | path

Searched refs:nRowLogEst (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c18206 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */ member
118809 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
118818 decodeIntArray((char*)z, 1, 0, &pTable->nRowLogEst, &fakeIdx);
121391 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);
121393 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
124626 x = pIdx->pTable->nRowLogEst;
124629 pIdx->pTable->nRowLogEst = x = 99;
138526 pTab->nRowLogEst,
139660 szThreshold = pTab->nRowLogEst + 46; assert( sqlite3LogEst(25)==46 );
143646 pTab->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
[all …]