Home
last modified time | relevance | path

Searched refs:estimatedRows (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h6512 sqlite3_int64 estimatedRows; /* Estimated number of rows returned */ member
H A Dsqlite3.c123495 pIdxInfo->estimatedRows = 2147483647;
123503 pIdxInfo->estimatedRows = 20;
143180 pIdxInfo->estimatedRows = 25;
161791 pIdxInfo->estimatedRows = nRow;
183095 pIdxInfo->estimatedRows = 1;
183131 pIdxInfo->estimatedRows = nRow;
186944 pIdxInfo->estimatedRows = 1;
186954 pIdxInfo->estimatedRows = 10;
186960 pIdxInfo->estimatedRows = 100000;
194755 pIdxInfo->estimatedRows = 1;
[all …]

Completed in 470 milliseconds