Home | History | Annotate | Download | only in dist

Lines Matching full:estimatedcost

5119 ** ^The estimatedCost value is an estimate of the cost of doing the
5147 double estimatedCost; /* Estimated cost of using this index */
97066 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
97667 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
97688 rCost = pIdxInfo->estimatedCost;
109262 pInfo->estimatedCost = 500000;
109272 pInfo->estimatedCost = 1.0;
109289 pInfo->estimatedCost = 2.0;
120468 pIdxInfo->estimatedCost = 10.0;
120527 pIdxInfo->estimatedCost = (2000000.0 / (double)(iIdx + 1));