Searched refs:aiRowLogEst (Results 1 – 6 of 6) sorted by relevance
2053 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()2841 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtreeIndex()2932 M = pProbe->aiRowLogEst[saved_nEq]; in whereLoopAddBtreeIndex()3055 && pNew->nOut+10 > pProbe->aiRowLogEst[0] in whereLoopAddBtreeIndex()3079 pNew->nOut += (pProbe->aiRowLogEst[nEq] - pProbe->aiRowLogEst[nEq-1]); in whereLoopAddBtreeIndex()3152 && pProbe->aiRowLogEst[saved_nEq+1]>=42 /* TUNING: Minimum for skip-scan */ in whereLoopAddBtreeIndex()3160 nIter = pProbe->aiRowLogEst[saved_nEq] - pProbe->aiRowLogEst[saved_nEq+1]; in whereLoopAddBtreeIndex()3417 sPk.aiRowLogEst = aiRowEstPk; in whereLoopAddBtree()3502 rSize = pProbe->aiRowLogEst[0]; in whereLoopAddBtree()6294 && pIdx->aiRowLogEst[n]>=36 in sqlite3WhereEnd()
2187 memcpy(zExtra, pIdx->aiRowLogEst, sizeof(LogEst)*(pIdx->nKeyCol+1)); in resizeIndexObject()2188 pIdx->aiRowLogEst = (LogEst*)zExtra; in resizeIndexObject()3857 p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1); in sqlite3AllocateIndexObject()4134 assert( EIGHT_BYTE_ALIGNMENT(pIndex->aiRowLogEst) ); in sqlite3CreateIndex()4516 LogEst *a = pIdx->aiRowLogEst; in sqlite3DefaultRowEst()
1575 decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);1578 pTable->nRowLogEst = pIndex->aiRowLogEst[0];
1314 pIdx->aiRowLogEst[0], in sqlite3Pragma()
1903 (pIdx->aiRowLogEst[0]+9)/10); in sqlite3WhereCodeOneLoopStart()
2610 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */ member