Lines Matching refs:LogEst
855 typedef INT16_TYPE LogEst; typedef
2286 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */
2287 LogEst szTabRow; /* Estimated size of each table row in bytes */
2289 LogEst costMult; /* Cost multiplier for using this table */
2610 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */
2620 LogEst szIdxRow; /* Estimated average row size in bytes */
3347 LogEst nSelectRow; /* Estimated number of result rows */
4199 LogEst nRowEst; /* Estimated number of rows in the table */
4738 LogEst sqlite3WhereOutputRowCount(WhereInfo*);
4949 LogEst sqlite3LogEst(u64);
4950 LogEst sqlite3LogEstAdd(LogEst,LogEst);
4951 LogEst sqlite3LogEstFromDouble(double);
4952 u64 sqlite3LogEstToInt(LogEst);