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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1427 sqlite3_int64 estimatedRows;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7401 ** ^The estimatedRows value is an estimate of the number of rows that
7419 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7423 ** to read or write the estimatedRows field are undefined (but are likely
7424 ** to include crashing the application). The estimatedRows field should
7457 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
H A Dshell.c6122 pIdxInfo->estimatedRows = 1000;
6135 pIdxInfo->estimatedRows = 2147483647;
8021 pIdxInfo->estimatedRows = 0x7fffffff;
8557 pIdxInfo->estimatedRows = 500 - 100*nArg;
14487 pIdx->estimatedRows = 50;
14500 pIdx->estimatedRows = 1000000000;
H A Dsqlite3.c7714 ** ^The estimatedRows value is an estimate of the number of rows that
7732 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7736 ** to read or write the estimatedRows field are undefined (but are likely
7737 ** to include crashing the application). The estimatedRows field should
7770 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
[all...]

Completed in 620 milliseconds