Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15939 typedef INT16_TYPE LogEst; typedef
18159 SQLITE_PRIVATE void sqlite3VdbeScanStatus(Vdbe*, int, int, int, LogEst, const char*);
19454 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */
19455 LogEst szTabRow; /* Estimated size of each table row in bytes */
19457 LogEst costMult; /* Cost multiplier for using this table */
19809 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */
19819 LogEst szIdxRow; /* Estimated average row size in bytes */
20608 LogEst nSelectRow; /* Estimated number of result rows */
20896 LogEst nQueryLoop; /* Est number of iterations of a query (10*log2(N)) */
21518 LogEst nRowEst; /* Estimated number of rows in the table */
[all …]