Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7691 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
H A Dshell.c6968 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
6979 pIdxInfo->estimatedRows = 2500; in seriesBestIndex()
6984 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
8923 pIdxInfo->estimatedRows = 0x7fffffff; in fsdirBestIndex()
9464 pIdxInfo->estimatedRows = 500 - 100*nArg; in completionBestIndex()
17955 pIdx->estimatedRows = 50; in dbdataBestIndex()
17968 pIdx->estimatedRows = 1000000000; in dbdataBestIndex()
H A Dsqlite3.c8010 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
107264 pIdxInfo->estimatedRows = 100;
143549 pIdxInfo->estimatedRows = 2147483647;
143556 pIdxInfo->estimatedRows = 20;
165280 sqlite3DebugPrintf(" estimatedRows=%lld\n", p->estimatedRows);
168762 pIdxInfo->estimatedRows = 25;
168875 pNew->nOut = sqlite3LogEst(pIdxInfo->estimatedRows);
190661 pIdxInfo->estimatedRows = nRow;
215530 pIdxInfo->estimatedRows = 1;
215571 pIdxInfo->estimatedRows = nRow;
[all …]