Searched refs:LogEst (Results 1 – 1 of 1) sorted by relevance
15311 typedef INT16_TYPE LogEst; typedef17516 SQLITE_PRIVATE void sqlite3VdbeScanStatus(Vdbe*, int, int, int, LogEst, const char*);18808 LogEst nRowLogEst; /* Estimated rows in table - from sqlite_stat1 table */18809 LogEst szTabRow; /* Estimated size of each table row in bytes */18811 LogEst costMult; /* Cost multiplier for using this table */19148 LogEst *aiRowLogEst; /* From ANALYZE: Est. rows selected by each column */19158 LogEst szIdxRow; /* Estimated average row size in bytes */19959 LogEst nSelectRow; /* Estimated number of result rows */20254 LogEst nQueryLoop; /* Est number of iterations of a query (10*log2(N)) */20872 LogEst nRowEst; /* Estimated number of rows in the table */[all …]