Searched refs:nLookup (Results 1 – 1 of 1) sorted by relevance
3586 LogEst nLookup = rSize + 16; /* Base cost: N*3 */ in whereLoopAddBtree() local3598 nLookup += pTerm->truthProb; in whereLoopAddBtree()3600 nLookup--; in whereLoopAddBtree()3601 if( pTerm->eOperator & (WO_EQ|WO_IS) ) nLookup -= 19; in whereLoopAddBtree()3605 pNew->rRun = sqlite3LogEstAdd(pNew->rRun, nLookup); in whereLoopAddBtree()