Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5609 double estimatedCost; /* Estimated cost of using this index */ member
H A Dsqlite3.c134536 pInfo->estimatedCost = 5000000;
134548 pInfo->estimatedCost = 1e50;
134560 pInfo->estimatedCost = 1.0;
134577 pInfo->estimatedCost = 2.0;
139081 pInfo->estimatedCost = 5;
139084 pInfo->estimatedCost = 20000;
139088 pInfo->estimatedCost /= 2;
139093 pInfo->estimatedCost /= 2;
139098 pInfo->estimatedCost--;
142751 pInfo->estimatedCost = 1;
[all …]

Completed in 415 milliseconds