Searched refs:costMult (Results 1 – 3 of 3) sorted by relevance
3100 ApplyCostMultiplier(pNew->rRun, pProbe->pTable->costMult); in whereLoopAddBtreeIndex()3473 ApplyCostMultiplier(pNew->rSetup, pTab->costMult); in whereLoopAddBtree()3543 ApplyCostMultiplier(pNew->rRun, pTab->costMult); in whereLoopAddBtree()3607 ApplyCostMultiplier(pNew->rRun, pTab->costMult); in whereLoopAddBtree()
1516 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9));
2289 LogEst costMult; /* Cost multiplier for using this table */ member