Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h6510 double estimatedCost; /* Estimated cost of using this index */ member
H A Dsqlite3.c161832 pInfo->estimatedCost = 5000000;
161856 pInfo->estimatedCost = 1.0;
161873 pInfo->estimatedCost = 2.0;
166456 pInfo->estimatedCost = 5;
166463 pInfo->estimatedCost /= 2;
166468 pInfo->estimatedCost /= 2;
166473 pInfo->estimatedCost--;
170168 pInfo->estimatedCost = 1;
222079 pInfo->estimatedCost = 100;
222085 pInfo->estimatedCost = pInfo->estimatedCost / 2;
[all …]

Completed in 445 milliseconds