Home | History | Annotate | Download | only in dist

Lines Matching full:estimatedcost

5126 ** ^The estimatedCost value is an estimate of the cost of doing the
5154 double estimatedCost; /* Estimated cost of using this index */
97073 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
97674 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
97695 rCost = pIdxInfo->estimatedCost;
109290 pInfo->estimatedCost = 500000;
109300 pInfo->estimatedCost = 1.0;
109317 pInfo->estimatedCost = 2.0;
120499 pIdxInfo->estimatedCost = 10.0;
120558 pIdxInfo->estimatedCost = (2000000.0 / (double)(iIdx + 1));