Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c260374 i64 nEstRows; local
260383 nEstRows = (i64)(pInfo->estimatedCost / 40.0);
260386 nEstRows = nEstRows / 2;
260396 nEstRows = (i64)(pInfo->estimatedCost / 4.0);
260398 fts5SetEstimatedRows(pInfo, nEstRows);