Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2788 LogEst nInMul /* log(Number of iterations due to IN) */ in whereLoopAddBtreeIndex() argument
2885 assert( nInMul==0 in whereLoopAddBtreeIndex()
2941 }else if( nInMul<2 && OptimizationEnabled(db, SQLITE_SeekScan) ){ in whereLoopAddBtreeIndex()
2945 saved_nEq, M, logK, nIn, rLogSize, x, nInMul)); in whereLoopAddBtreeIndex()
2951 saved_nEq, M, logK, nIn, rLogSize, x, nInMul)); in whereLoopAddBtreeIndex()
2961 || (iCol>=0 && nInMul==0 && saved_nEq==pProbe->nKeyCol-1) in whereLoopAddBtreeIndex()
3032 if( nInMul==0 in whereLoopAddBtreeIndex()
3103 pNew->rRun += nInMul + nIn; in whereLoopAddBtreeIndex()
3104 pNew->nOut += nInMul + nIn; in whereLoopAddBtreeIndex()
3119 whereLoopAddBtreeIndex(pBuilder, pSrc, pProbe, nInMul+nIn); in whereLoopAddBtreeIndex()
[all …]