Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19454 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */ member
125256 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
125265 decodeIntArray((char*)z, 1, 0, &pTable->nRowLogEst, &fakeIdx);
127845 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);
127847 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
131105 x = pIdx->pTable->nRowLogEst;
131108 pIdx->pTable->nRowLogEst = x = 99;
146143 pTab->nRowLogEst,
147353 szThreshold = pTab->nRowLogEst;
151457 pTab->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );
[all …]