Home
last modified time | relevance | path

Searched refs:estimatedRowCount (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Drowestimator.cpp485 uint64_t estimatedRowCount = 0; in estimateRows() local
545 estimatedRowCount += estimatedExtentRowCount; in estimateRows()
567 factor = (1.0 * estimatedRowCount) / (1.0 * totalRowsToBeScanned); in estimateRows()
584 estimatedRowCount = uint64_t(ceil(factor * totalRowsToBeScanned)); in estimateRows()
588 cout << "Oid-" << oid << ", TotalEstimatedRows-" << estimatedRowCount << endl; in estimateRows()
592 return estimatedRowCount; in estimateRows()
H A Djlf_tuplejoblist.cpp2006 uint64_t estimatedRowCount = 0; in getLargestTable() local
2026 estimatedRowCount = tupleBPS->getEstimatedRowCount(); in getLargestTable()
2027 jobInfo.tableSize[jobInfo.tableList[i]] = estimatedRowCount; in getLargestTable()
2029 if (estimatedRowCount > largestCardinality) in getLargestTable()
2032 largestCardinality = estimatedRowCount; in getLargestTable()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Drowestimator.cpp485 uint64_t estimatedRowCount = 0; in estimateRows() local
545 estimatedRowCount += estimatedExtentRowCount; in estimateRows()
567 factor = (1.0 * estimatedRowCount) / (1.0 * totalRowsToBeScanned); in estimateRows()
584 estimatedRowCount = uint64_t(ceil(factor * totalRowsToBeScanned)); in estimateRows()
588 cout << "Oid-" << oid << ", TotalEstimatedRows-" << estimatedRowCount << endl; in estimateRows()
592 return estimatedRowCount; in estimateRows()
H A Djlf_tuplejoblist.cpp2006 uint64_t estimatedRowCount = 0; in getLargestTable() local
2026 estimatedRowCount = tupleBPS->getEstimatedRowCount(); in getLargestTable()
2027 jobInfo.tableSize[jobInfo.tableList[i]] = estimatedRowCount; in getLargestTable()
2029 if (estimatedRowCount > largestCardinality) in getLargestTable()
2032 largestCardinality = estimatedRowCount; in getLargestTable()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/postgis/
H A Dinfo_model.py50 if self.table.rowCount is None and self.table.estimatedRowCount < 100:
69 … (QApplication.translate("DBManagerPlugin", "Rows (estimation):"), self.table.estimatedRowCount)
112 if abs(self.table.estimatedRowCount - self.table.rowCount) > 1 and \
113 (self.table.estimatedRowCount > 2 * self.table.rowCount
114 or self.table.rowCount > 2 * self.table.estimatedRowCount):
H A Dplugin.py202 …self.name, schema_name, self._relationType, self.owner, self.estimatedRowCount, self.pages, self.c…
204 self.estimatedRowCount = int(self.estimatedRowCount)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/postgis/
H A Dinfo_model.py50 if self.table.rowCount is None and self.table.estimatedRowCount < 100:
69 … (QApplication.translate("DBManagerPlugin", "Rows (estimation):"), self.table.estimatedRowCount)
112 if abs(self.table.estimatedRowCount - self.table.rowCount) > 1 and \
113 (self.table.estimatedRowCount > 2 * self.table.rowCount
114 or self.table.rowCount > 2 * self.table.estimatedRowCount):
H A Dplugin.py202 …self.name, schema_name, self._relationType, self.owner, self.estimatedRowCount, self.pages, self.c…
204 self.estimatedRowCount = int(self.estimatedRowCount)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/RandomStressTest/
H A DSqlRandomTable.cs71 …Table(SqlRandomTableColumn[] columns, int? primaryKeyColumnIndex = null, int estimatedRowCount = 0) in SqlRandomTable() argument
75 if (estimatedRowCount < 0) in SqlRandomTable()
83 if (estimatedRowCount == 0) in SqlRandomTable()
86 _rows = new List<object[]>(estimatedRowCount); in SqlRandomTable()
722 …maryKeyColumnIndex: createPrimaryKeyColumn ? (Nullable<int>)0 : null, estimatedRowCount: rowCount); in Create()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/oracle/
H A Dinfo_model.py101 if not self.table.estimatedRowCount and not self.table.isView:
113 self.table.estimatedRowCount < 100):
143 self.table.estimatedRowCount)
627 … and self.table.rowCount > 0) or (self.table.estimatedRowCount is not None and self.table.estimate…
H A Dplugin.py288 self.estimatedRowCount = None
306 self.estimatedRowCount = 0
308 self.estimatedRowCount = (
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/oracle/
H A Dinfo_model.py101 if not self.table.estimatedRowCount and not self.table.isView:
113 self.table.estimatedRowCount < 100):
143 self.table.estimatedRowCount)
627 … and self.table.rowCount > 0) or (self.table.estimatedRowCount is not None and self.table.estimate…
H A Dplugin.py288 self.estimatedRowCount = None
306 self.estimatedRowCount = 0
308 self.estimatedRowCount = (