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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6884 ** ^The estimatedRows value is an estimate of the number of rows that
6902 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
6906 ** to read or write the estimatedRows field are undefined (but are likely
6907 ** to include crashing the application). The estimatedRows field should
6940 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
H A Dshell.c3036 pIdxInfo->estimatedRows = 0x7fffffff;
3563 pIdxInfo->estimatedRows = 500 - 100*nArg;
5807 pIdxInfo->estimatedRows = 1000;
5820 pIdxInfo->estimatedRows = 2147483647;
10571 pIdx->estimatedRows = 50;
10584 pIdx->estimatedRows = 1000000000;
H A Dsqlite3.c7947 ** ^The estimatedRows value is an estimate of the number of rows that
7965 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7969 ** to read or write the estimatedRows field are undefined (but are likely
7970 ** to include crashing the application). The estimatedRows field should
8003 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
[all...]

Completed in 776 milliseconds