Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c93608 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1);
93842 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) );
94136 LogEst *a = pIdx->aiRowLogEst;
104670 (int)sqlite3LogEstToInt(pIdx->aiRowLogEst[0]), 4);
118371 iUpper = sqlite3LogEstToInt(pIdx->aiRowLogEst[0]);
118818 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]);
120915 rSize = pProbe->aiRowLogEst[0];
121047 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]);
121120 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1];
121280 sPk.aiRowLogEst = aiRowEstPk;
[all …]

Completed in 316 milliseconds