Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c3100 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()
H A Danalyze.c1516 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9));
H A DsqliteInt.h2289 LogEst costMult; /* Cost multiplier for using this table */ member