Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c81 pTerm->truthProb = sqlite3LogEst(p->iTable) - 270; in whereClauseInsert()
83 pTerm->truthProb = 1; in whereClauseInsert()
473 pWC->a[iChild].truthProb = pWC->a[iParent].truthProb; in markTermAsChild()
H A DwhereInt.h270 LogEst truthProb; /* Probability of truth for this expression */ member
H A Dwhere.c1628 if( pTerm->truthProb<=0 ){ in whereRangeAdjust()
1629 nRet += pTerm->truthProb; in whereRangeAdjust()
1947 if( pLower && pLower->truthProb>0 && pUpper && pUpper->truthProb>0 ){ in whereRangeScanEst()
2111 pTerm->truthProb, (u64)pTerm->prereqAll, (u64)pTerm->prereqRight); in sqlite3WhereTermPrint()
2661 if( pTerm->truthProb<=0 ){ in whereLoopOutputAdjust()
2664 pLoop->nOut += pTerm->truthProb; in whereLoopOutputAdjust()
3024 if( pTerm->truthProb<=0 && pProbe->aiColumn[saved_nEq]>=0 ){ in whereLoopAddBtreeIndex()
3027 pNew->nOut += pTerm->truthProb; in whereLoopAddBtreeIndex()
3597 if( pTerm->truthProb<=0 ){ in whereLoopAddBtree()
3598 nLookup += pTerm->truthProb; in whereLoopAddBtree()