Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4854 double estimatedCost; /* Estimated cost of using this index */ member
H A Dsqlite3.c100533 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
100554 rCost = pIdxInfo->estimatedCost;
113181 pInfo->estimatedCost = 500000;
113191 pInfo->estimatedCost = 1.0;
113208 pInfo->estimatedCost = 2.0;
116605 pInfo->estimatedCost = 5;
116608 pInfo->estimatedCost = 20000;
116612 pInfo->estimatedCost /= 2;
116617 pInfo->estimatedCost /= 2;
125766 pIdxInfo->estimatedCost = 10.0;
[all …]

Completed in 312 milliseconds