Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7853 double estimatedCost; /* Estimated cost of using this index */ member
H A Dshell.c8677 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0)); in seriesBestIndex()
10687 pIdxInfo->estimatedCost = 1.0e9; in fsdirBestIndex()
10693 pIdxInfo->estimatedCost /= 1.0e4; in fsdirBestIndex()
10699 pIdxInfo->estimatedCost /= 1.0e4; in fsdirBestIndex()
11388 pIdxInfo->estimatedCost = (double)5000 - 1000*nArg; in completionBestIndex()
13512 pIdxInfo->estimatedCost = 1000.0; in zipfileBestIndex()
15245 pIdxInfo->estimatedCost = 1000000.0 / (n+1); in expertBestIndex()
19931 pIdx->estimatedCost = 100; in dbdataBestIndex()
19944 pIdx->estimatedCost = 100000000; in dbdataBestIndex()
H A Dsqlite3.c8174 double estimatedCost; /* Estimated cost of using this index */ member
109554 pIdxInfo->estimatedCost = (double)100;
147464 pIdxInfo->estimatedCost = (double)1;
147478 pIdxInfo->estimatedCost = (double)2147483647;
147485 pIdxInfo->estimatedCost = (double)20;
169401 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
172993 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / (double)2;
173106 pNew->rRun = sqlite3LogEstFromDouble(pIdxInfo->estimatedCost);
195256 pInfo->estimatedCost = 5000000;
195268 pInfo->estimatedCost = 1e50;
[all …]