Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c18404 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */ member
120100 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
120109 decodeIntArray((char*)z, 1, 0, &pTable->nRowLogEst, &fakeIdx);
122685 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);
122687 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
125922 x = pIdx->pTable->nRowLogEst;
125925 pIdx->pTable->nRowLogEst = x = 99;
140064 pTab->nRowLogEst,
141259 szThreshold = pTab->nRowLogEst;
145314 pTab->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
[all …]