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

/external/sqlite/dist/orig/
H A Dsqlite3.c5508 ** ^The estimatedRows value is an estimate of the number of rows that
5511 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5514 ** to read or write the estimatedRows field are undefined (but are likely
5515 ** to included crashing the application). The estimatedRows field should
5544 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
[all...]
H A Dsqlite3.h5393 ** ^The estimatedRows value is an estimate of the number of rows that
5396 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5399 ** to read or write the estimatedRows field are undefined (but are likely
5400 ** to included crashing the application). The estimatedRows field should
5429 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
/external/sqlite/dist/
H A Dsqlite3.c5508 ** ^The estimatedRows value is an estimate of the number of rows that
5511 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5514 ** to read or write the estimatedRows field are undefined (but are likely
5515 ** to included crashing the application). The estimatedRows field should
5544 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info
[all...]
H A Dsqlite3.h5393 ** ^The estimatedRows value is an estimate of the number of rows that
5396 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5399 ** to read or write the estimatedRows field are undefined (but are likely
5400 ** to included crashing the application). The estimatedRows field should
5429 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member in struct:sqlite3_index_info

Completed in 616 milliseconds