Home
last modified time | relevance | path

Searched refs:nRowEst (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c1764 nTableRow = pTable->nRowEst; in bestAutomaticIndex()
2548 double nRowEst; /* New estimate of the number of rows */ in whereEqualScanEst() local
2565 nRowEst = p->aiRowEst[0]/(SQLITE_INDEX_SAMPLES*2); in whereEqualScanEst()
2566 if( nRowEst<*pnRow ) *pnRow = nRowEst; in whereEqualScanEst()
2568 nRowEst = (iUpper-iLower)*p->aiRowEst[0]/SQLITE_INDEX_SAMPLES; in whereEqualScanEst()
2569 *pnRow = nRowEst; in whereEqualScanEst()
2605 double nRowEst; /* New estimate of the number of rows */ in whereInScanEst() local
2646 if( nRowEst > p->aiRowEst[0] ) nRowEst = p->aiRowEst[0]; in whereInScanEst()
2647 *pnRow = nRowEst; in whereInScanEst()
2649 nSpan, nSingle, nNotFound, nRowEst)); in whereInScanEst()
[all …]
H A Danalyze.c547 if( i==0 ) pTable->nRowEst = v; in analysisLoader()
H A Dselect.c1369 pTab->nRowEst = 1000000; in sqlite3ResultSetOfSelect()
3208 pTab->nRowEst = 1000000; in selectExpander()
3640 pTab->nRowEst in explainSimpleCount()
3807 pItem->pTab->nRowEst = (unsigned)pSub->nSelectRow; in sqlite3Select()
H A Dbuild.c839 pTable->nRowEst = 1000000; in sqlite3StartTable()
2887 a[0] = pIdx->pTable->nRowEst; in sqlite3DefaultRowEst()
H A DsqliteInt.h1278 unsigned nRowEst; /* Estimated rows in table - from sqlite_stat1 table */ member
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c1653 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1660 nRowEst += nEst; in whereInScanEst()
1665 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()
1666 *pnRow = nRowEst; in whereInScanEst()
1667 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
3852 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
3882 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
3889 if( pWInfo->pOrderBy==0 || nRowEst==0 ){ in wherePathSolver()
3976 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4160 && nRowEst in wherePathSolver()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c1751 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1758 nRowEst += nEst; in whereInScanEst()
1763 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()
1764 *pnRow = nRowEst; in whereInScanEst()
1765 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
4141 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
4171 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
4178 if( pWInfo->pOrderBy==0 || nRowEst==0 ){ in wherePathSolver()
4268 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4456 && nRowEst in wherePathSolver()
H A DsqliteInt.h3943 LogEst nRowEst; /* Estimated number of rows in the table */ member
H A Dselect.c6379 pSub->nSelectRow = pCteUse->nRowEst; in sqlite3Select()
6423 pCteUse->nRowEst = pSub->nSelectRow; in sqlite3Select()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c1716 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1723 nRowEst += nEst; in whereInScanEst()
1728 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()
1729 *pnRow = nRowEst; in whereInScanEst()
1730 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
4044 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
4074 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
4081 if( pWInfo->pOrderBy==0 || nRowEst==0 ){ in wherePathSolver()
4171 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4359 && nRowEst in wherePathSolver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c1731 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1738 nRowEst += nEst; in whereInScanEst()
1743 if( nRowEst > nRow0 ) nRowEst = nRow0; in whereInScanEst()
1744 *pnRow = nRowEst; in whereInScanEst()
1745 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
4121 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
4151 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
4158 if( pWInfo->pOrderBy==0 || nRowEst==0 ){ in wherePathSolver()
4248 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4436 && nRowEst in wherePathSolver()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1718 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1725 nRowEst += nEst; in whereInScanEst()
1730 if (nRowEst > nRow0) nRowEst = nRow0; in whereInScanEst()
1731 *pnRow = nRowEst; in whereInScanEst()
1732 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
4003 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
4033 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
4040 if (pWInfo->pOrderBy==0 || nRowEst==0) { in wherePathSolver()
4130 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4318 && nRowEst in wherePathSolver()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c1718 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst() local
1725 nRowEst += nEst; in whereInScanEst()
1730 if (nRowEst > nRow0) nRowEst = nRow0; in whereInScanEst()
1731 *pnRow = nRowEst; in whereInScanEst()
1732 WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst)); in whereInScanEst()
4003 static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){ in wherePathSolver() argument
4033 WHERETRACE(0x002, ("---- begin solver. (nRowEst=%d)\n", nRowEst)); in wherePathSolver()
4040 if (pWInfo->pOrderBy==0 || nRowEst==0) { in wherePathSolver()
4130 pWInfo, nRowEst, nOrderBy, isOrdered in wherePathSolver()
4318 && nRowEst in wherePathSolver()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dautoindex1.test176 # mailing list on 2010-10-19. The problem is that the nRowEst field
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rtree/
H A Drtree.c128 i64 nRowEst; /* Estimated number of rows in this table */ member
1883 nRow = pRtree->nRowEst >> (iIdx/2); in rtreeBestIndex()
3224 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3241 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3243 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); in rtreeQueryStat1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rtree/
H A Drtree.c145 i64 nRowEst; /* Estimated number of rows in this table */ member
2027 nRow = pRtree->nRowEst >> (iIdx/2); in rtreeBestIndex()
3395 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3412 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3414 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); in rtreeQueryStat1()
/dports/databases/sqlite3/sqlite-src-3350500/ext/rtree/
H A Drtree.c146 i64 nRowEst; /* Estimated number of rows in this table */ member
2045 nRow = pRtree->nRowEst >> (iIdx/2); in rtreeBestIndex()
3413 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3430 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3432 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); in rtreeQueryStat1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rtree/
H A Drtree.c146 i64 nRowEst; /* Estimated number of rows in this table */ member
2045 nRow = pRtree->nRowEst >> (iIdx/2); in rtreeBestIndex()
3413 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3430 pRtree->nRowEst = RTREE_DEFAULT_ROWEST; in rtreeQueryStat1()
3432 pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST); in rtreeQueryStat1()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dautoindex1.test211 # mailing list on 2010-10-19. The problem is that the nRowEst field
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dautoindex1.test210 # mailing list on 2010-10-19. The problem is that the nRowEst field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dautoindex1.test211 # mailing list on 2010-10-19. The problem is that the nRowEst field
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1276 unsigned nRowEst; /* Estimated rows in table - from sqlite_stat1 table */
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c85689 pTable->nRowEst = 1048576;
101661 pTab->nRowEst = 1048576;
103799 pTab->nRowEst = 1048576;
103975 pTab->nRowEst = 1048576;
111634 nRowEst += nEst;
111639 if( nRowEst > p->aiRowEst[0] ) nRowEst = p->aiRowEst[0];
111640 *pnRow = nRowEst;
113331 if( nRowEst==0 && pProbe->onError==OE_None ) nRowEst = 1;
113334 nRowEst = 0;
114398 rSortCost = nRowEst + estLog(nRowEst);
[all …]
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.c85149 pTable->nRowEst = 1048576;
87508 a[0] = pIdx->pTable->nRowEst;
101013 pTab->nRowEst = 1048576;
102935 pTab->nRowEst = 1048576;
110659 nRowEst += nEst;
110664 if( nRowEst > p->aiRowEst[0] ) nRowEst = p->aiRowEst[0];
110665 *pnRow = nRowEst;
112320 if( nRowEst==0 && pProbe->onError==OE_None ) nRowEst = 1;
112323 nRowEst = 0;
113378 rSortCost = nRowEst + estLog(nRowEst);
[all …]
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.c83356 pTable->nRowEst = 1000000;
85434 a[0] = pIdx->pTable->nRowEst;
97932 pTab->nRowEst = 1000000;
99850 pTab->nRowEst = 1000000;
107545 nRowEst += nEst;
107548 if( nRowEst > p->aiRowEst[0] ) nRowEst = p->aiRowEst[0];
107549 *pnRow = nRowEst;
109083 if( nRowEst==0 && pProbe->onError==OE_None ) nRowEst = 1;
109086 nRowEst = 0;
110072 rSortCost = nRowEst + estLog(nRowEst);
[all …]

12345678