Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c14881 typedef INT16_TYPE LogEst; typedef
17033 SQLITE_PRIVATE void sqlite3VdbeScanStatus(Vdbe*, int, int, int, LogEst, const char*);
18350 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */
18351 LogEst szTabRow; /* Estimated size of each table row in bytes */
18353 LogEst costMult; /* Cost multiplier for using this table */
18674 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */
18684 LogEst szIdxRow; /* Estimated average row size in bytes */
19434 LogEst nSelectRow; /* Estimated number of result rows */
19778 LogEst nQueryLoop; /* Est number of iterations of a query (10*log2(N)) */
20326 LogEst nRowEst; /* Estimated number of rows in the table */
[all …]