Home
last modified time | relevance | path

Searched refs:estimatedRows (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1427 sqlite3_int64 estimatedRows; variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h7457 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
H A Dshell.c6122 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
6135 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
8021 pIdxInfo->estimatedRows = 0x7fffffff; in fsdirBestIndex()
8557 pIdxInfo->estimatedRows = 500 - 100*nArg; in completionBestIndex()
14487 pIdx->estimatedRows = 50; in dbdataBestIndex()
14500 pIdx->estimatedRows = 1000000000; in dbdataBestIndex()
H A Dsqlite3.c7770 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
105416 pIdxInfo->estimatedRows = 100;
140507 pIdxInfo->estimatedRows = 2147483647;
140515 pIdxInfo->estimatedRows = 20;
161569 sqlite3DebugPrintf(" estimatedRows=%lld\n", p->estimatedRows);
164880 pIdxInfo->estimatedRows = 25;
164990 pNew->nOut = sqlite3LogEst(pIdxInfo->estimatedRows);
186120 pIdxInfo->estimatedRows = nRow;
210569 pIdxInfo->estimatedRows = 1;
210610 pIdxInfo->estimatedRows = nRow;
[all …]