Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutil.c1604 u64 sqlite3LogEstToInt(LogEst x){ in sqlite3LogEstToInt() function
H A Dwhere.c1096 sz = sqlite3LogEstToInt(pTab->nRowLogEst); in sqlite3ConstructBloomFilter()
2053 i64 nRow0 = sqlite3LogEstToInt(p->aiRowLogEst[0]); in whereInScanEst()
5454 pLoop->cId, (double)sqlite3LogEstToInt(nSearch), pTab->zName, in whereCheckIfBloomFilterIsUseful()
5455 (double)sqlite3LogEstToInt(pTab->nRowLogEst))); in whereCheckIfBloomFilterIsUseful()
H A Dvdbeapi.c2134 *(double*)pOut = r*sqlite3LogEstToInt(x); in sqlite3_stmt_scanstatus()
H A Dwherecode.c213 sqlite3LogEstToInt(pLoop->nOut)); in sqlite3WhereExplainOneScan()
H A Dmain.c4438 *pU64 = sqlite3LogEstToInt(rLogEst); in sqlite3_test_control()
H A DsqliteInt.h4952 u64 sqlite3LogEstToInt(LogEst);