Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c111798 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
114351 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);
117551 x = pIdx->pTable->nRowLogEst;
117554 pIdx->pTable->nRowLogEst = x = 99;
130806 pTab->nRowLogEst,
135505 pTab->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
138671 pTab->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
139943 pItem->pTab->nRowLogEst = pSub->nSelectRow;
139992 pItem->pTab->nRowLogEst = pSub->nSelectRow;
153675 aiRowEstPk[0] = pTab->nRowLogEst;
[all …]