Searched refs:estimatedRows (Results 1 – 4 of 4) sorted by relevance
1427 sqlite3_int64 estimatedRows; variable
7457 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
6122 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()
7770 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member105416 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 …]