Searched refs:estimatedRows (Results 1 – 3 of 3) sorted by relevance
7482 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
6189 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()6200 pIdxInfo->estimatedRows = 2500; in seriesBestIndex()6205 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()8099 pIdxInfo->estimatedRows = 0x7fffffff; in fsdirBestIndex()8635 pIdxInfo->estimatedRows = 500 - 100*nArg; in completionBestIndex()15722 pIdx->estimatedRows = 50; in dbdataBestIndex()15735 pIdx->estimatedRows = 1000000000; in dbdataBestIndex()
7795 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member105956 pIdxInfo->estimatedRows = 100;141606 pIdxInfo->estimatedRows = 2147483647;141613 pIdxInfo->estimatedRows = 20;162918 sqlite3DebugPrintf(" estimatedRows=%lld\n", p->estimatedRows);166261 pIdxInfo->estimatedRows = 25;166378 pNew->nOut = sqlite3LogEst(pIdxInfo->estimatedRows);187736 pIdxInfo->estimatedRows = nRow;212374 pIdxInfo->estimatedRows = 1;212415 pIdxInfo->estimatedRows = nRow;[all …]