Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c120100 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
125922 x = pIdx->pTable->nRowLogEst;
125925 pIdx->pTable->nRowLogEst = x = 99;
140064 pTab->nRowLogEst,
141259 szThreshold = pTab->nRowLogEst;
150635 pItem->pTab->nRowLogEst = pSub->nSelectRow;
150688 pItem->pTab->nRowLogEst = pSub->nSelectRow;
163362 sz = sqlite3LogEstToInt(pTab->nRowLogEst);
165921 aiRowEstPk[0] = pTab->nRowLogEst;
165931 rSize = pTab->nRowLogEst;
[all …]