Home
last modified time | relevance | path

Searched refs:estimatedRows (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DStreamingbuffer.php21 public $estimatedRows; variable in Google_Service_Bigquery_Streamingbuffer
32 public function setEstimatedRows($estimatedRows) argument
34 $this->estimatedRows = $estimatedRows;
38 return $this->estimatedRows;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DStreamingbuffer.php21 public $estimatedRows; variable in Google_Service_Bigquery_Streamingbuffer
32 public function setEstimatedRows($estimatedRows) argument
34 $this->estimatedRows = $estimatedRows;
38 return $this->estimatedRows;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/sqlite/
H A Dsqlite_table.cc84 info.estimated_rows = idx->estimatedRows; in BestIndexInternal()
93 idx->estimatedRows = info.estimated_rows; in BestIndexInternal()
116 idx->estimatedCost, static_cast<int64_t>(idx->estimatedRows)); in BestIndexInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/sqlite/
H A Dsqlite_table.cc84 info.estimated_rows = idx->estimatedRows; in BestIndexInternal()
106 idx->estimatedRows = info.estimated_rows; in BestIndexInternal()
129 idx->estimatedCost, static_cast<int64_t>(idx->estimatedRows)); in BestIndexInternal()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dprefixes.c215 pIdxInfo->estimatedRows = 10; in prefixesBestIndex()
219 pIdxInfo->estimatedRows = 1000000000; in prefixesBestIndex()
H A Dseries.c374 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
387 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
H A Dcarray.c341 pIdxInfo->estimatedRows = 100; in carrayBestIndex()
355 pIdxInfo->estimatedRows = 2147483647; in carrayBestIndex()
H A Dtemplatevtab.c220 pIdxInfo->estimatedRows = 10; in templatevtabBestIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dprefixes.c215 pIdxInfo->estimatedRows = 10; in prefixesBestIndex()
219 pIdxInfo->estimatedRows = 1000000000; in prefixesBestIndex()
H A Dcarray.c314 pIdxInfo->estimatedRows = 100; in carrayBestIndex()
323 pIdxInfo->estimatedRows = 2147483647; in carrayBestIndex()
H A Dseries.c361 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
370 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
H A Dtemplatevtab.c220 pIdxInfo->estimatedRows = 10; in templatevtabBestIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dprefixes.c215 pIdxInfo->estimatedRows = 10; in prefixesBestIndex()
219 pIdxInfo->estimatedRows = 1000000000; in prefixesBestIndex()
H A Dseries.c368 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
377 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
H A Dcarray.c341 pIdxInfo->estimatedRows = 100; in carrayBestIndex()
355 pIdxInfo->estimatedRows = 2147483647; in carrayBestIndex()
H A Dtemplatevtab.c220 pIdxInfo->estimatedRows = 10; in templatevtabBestIndex()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Drowestimator.cpp600 uint64_t estimatedRows = 0; in estimateRowsForNonCPColumn() local
608 estimatedRows = fRowsPerExtent * (numExtents - 1) + rowsInLastExtent; in estimateRowsForNonCPColumn()
611 return estimatedRows; in estimateRowsForNonCPColumn()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Drowestimator.cpp600 uint64_t estimatedRows = 0; in estimateRowsForNonCPColumn() local
608 estimatedRows = fRowsPerExtent * (numExtents - 1) + rowsInLastExtent; in estimateRowsForNonCPColumn()
611 return estimatedRows; in estimateRowsForNonCPColumn()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dseries.c349 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()
359 pIdxInfo->estimatedRows = 2147483647; in seriesBestIndex()
H A Dcarray.c314 pIdxInfo->estimatedRows = 100; in carrayBestIndex()
323 pIdxInfo->estimatedRows = 2147483647; in carrayBestIndex()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/schema/
H A DpgTable.h126 return estimatedRows; in GetEstimatedRows()
130 estimatedRows = d; in iSetEstimatedRows()
540 double estimatedRows; variable
/dports/devel/fossil/fossil-src-2.17/src/
H A Ddeltafunc.c453 pIdxInfo->estimatedRows = 10; in deltaparsevtabBestIndex()
459 pIdxInfo->estimatedRows = 0x7fffffff; in deltaparsevtabBestIndex()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/sqlite/
H A Dcarray.c341 pIdxInfo->estimatedRows = 100; in carrayBestIndex()
355 pIdxInfo->estimatedRows = 2147483647; in carrayBestIndex()
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/lib/DBD/SQLite/
H A DVirtualTable.pm98 estimatedRows => undef,
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm_vtab.c898 pIdxInfo->estimatedRows = 1; in lsm1BestIndex()
902 pIdxInfo->estimatedRows = 100; in lsm1BestIndex()
905 pIdxInfo->estimatedRows = 5000; in lsm1BestIndex()
909 pIdxInfo->estimatedRows = 2147483647; in lsm1BestIndex()

12345678910>>...20