Searched refs:sqlite3LogEstToInt (Results 1 – 6 of 6) sorted by relevance
1604 u64 sqlite3LogEstToInt(LogEst x){ in sqlite3LogEstToInt() function
1096 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()
2134 *(double*)pOut = r*sqlite3LogEstToInt(x); in sqlite3_stmt_scanstatus()
213 sqlite3LogEstToInt(pLoop->nOut)); in sqlite3WhereExplainOneScan()
4438 *pU64 = sqlite3LogEstToInt(rLogEst); in sqlite3_test_control()
4952 u64 sqlite3LogEstToInt(LogEst);