Lines Matching defs:estimatedRows
7739 ** ^The estimatedRows value is an estimate of the number of rows that
7757 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7761 ** to read or write the estimatedRows field are undefined (but are likely
7762 ** to include crashing the application). The estimatedRows field should
7795 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */
105956 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);
187729 ** Set the pIdxInfo->estimatedRows variable to nRow. Unless this
187731 ** support estimatedRows. In that case this function is a no-op.
187736 pIdxInfo->estimatedRows = nRow;
212374 pIdxInfo->estimatedRows = 1;
212415 pIdxInfo->estimatedRows = nRow;
216125 pIdxInfo->estimatedRows = 1;
216135 pIdxInfo->estimatedRows = 10;
216141 pIdxInfo->estimatedRows = 100000;
224595 pIdxInfo->estimatedRows = 1;
249349 pIdxInfo->estimatedRows = 100;
257611 pIdxInfo->estimatedRows = 500;