Searched refs:estimatedCost (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4852 ** ^The estimatedCost value is an estimate of the cost of doing the
4880 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5405 ** ^The estimatedCost value is an estimate of the cost of doing the
5433 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6878 ** ^The estimatedCost value is an estimate of the cost of a particular
6938 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
H A Dshell.c3034 /* The pIdxInfo->estimatedCost should have been initialized to a huge
3044 pIdxInfo->estimatedCost = 10.0;
3047 pIdxInfo->estimatedCost = 100.0;
3562 pIdxInfo->estimatedCost = (double)5000 - 1000*nArg;
5806 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0));
7196 pIdxInfo->estimatedCost = 1000.0;
8874 pIdxInfo->estimatedCost = 1000000.0 / (n+1);
10570 pIdx->estimatedCost = 100;
10583 pIdx->estimatedCost = 100000000;
H A Dsqlite3.c7941 ** ^The estimatedCost value is an estimate of the cost of a particular
8001 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
[all...]

Completed in 1188 milliseconds