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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14863 ** For example, quantities 16 and 17 are both represented by a LogEst
14864 ** of 40. However, since LogEst quantities are suppose to be estimates,
14867 ** "LogEst" is short for "Logarithmic Estimate".
14876 ** The LogEst can be negative to indicate fractional values.
14881 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 *aiRowLogEs
[all...]

Completed in 738 milliseconds