Lines Matching refs:nInMul
2788 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()
3165 whereLoopAddBtreeIndex(pBuilder, pSrc, pProbe, nIter + nInMul); in whereLoopAddBtreeIndex()