Home
last modified time | relevance | path

Searched refs:getExtentRows (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Diomanager.h91 uint32_t getExtentRows() in getExtentRows() function
93 return fdbrm.getExtentRows(); in getExtentRows()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Diomanager.h91 uint32_t getExtentRows() in getExtentRows() function
93 return fdbrm.getExtentRows(); in getExtentRows()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpcolstep.cpp198 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
309 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
418 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
H A Dpcolscan.cpp206 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColScanStep()
1057 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColScanStep()
H A Dresourcemanager.h331 uint64_t getExtentRows() const in getExtentRows() function
H A Dpdictionaryscan.cpp183 extentSize = (fRm->getExtentRows() * 8) / BLOCK_SIZE; in pDictionaryScan()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpcolstep.cpp198 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
309 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
418 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColStep()
H A Dpcolscan.cpp206 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColScanStep()
1057 extentSize = (fRm->getExtentRows() * fColType.colWidth) / BLOCK_SIZE; in pColScanStep()
H A Dresourcemanager.h331 uint64_t getExtentRows() const in getExtentRows() function
H A Dpdictionaryscan.cpp183 extentSize = (fRm->getExtentRows() * 8) / BLOCK_SIZE; in pDictionaryScan()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.h205 unsigned getExtentRows();
583 inline unsigned BRMWrapper::getExtentRows() in getExtentRows() function
585 return blockRsltnMgrPtr->getExtentRows( ); in getExtentRows()
H A Dwe_dbrootextenttracker.cpp98 fBlksPerExtent = (long long)BRMWrapper::getInstance()->getExtentRows() * in DBRootExtentTracker()
213 long long nRem = nRows % BRMWrapper::getInstance()->getExtentRows(); in determineState()
H A Dwe_bulkrollbackfilecompressed.cpp367 (BRMWrapper::getInstance()->getExtentRows() * colWidth) / in reInitTruncColumnExtent()
653 (BRMWrapper::getInstance()->getExtentRows() * PSEUDO_COL_WIDTH) / in reInitTruncDctnryExtent()
H A Dwe_bulkrollbackmgr.cpp823 (BRMWrapper::getInstance()->getExtentRows() * colWidth) / BYTE_PER_BLOCK; in deleteColumn1ExtentsV4()
1383 const unsigned ROWS_PER_EXTENT = BRMWrapper::getInstance()->getExtentRows(); in deleteDctnryExtentsV4()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.h205 unsigned getExtentRows();
583 inline unsigned BRMWrapper::getExtentRows() in getExtentRows() function
585 return blockRsltnMgrPtr->getExtentRows( ); in getExtentRows()
H A Dwe_dbrootextenttracker.cpp98 fBlksPerExtent = (long long)BRMWrapper::getInstance()->getExtentRows() * in DBRootExtentTracker()
213 long long nRem = nRows % BRMWrapper::getInstance()->getExtentRows(); in determineState()
H A Dwe_bulkrollbackfilecompressed.cpp367 (BRMWrapper::getInstance()->getExtentRows() * colWidth) / in reInitTruncColumnExtent()
653 (BRMWrapper::getInstance()->getExtentRows() * PSEUDO_COL_WIDTH) / in reInitTruncDctnryExtent()
H A Dwe_bulkrollbackmgr.cpp823 (BRMWrapper::getInstance()->getExtentRows() * colWidth) / BYTE_PER_BLOCK; in deleteColumn1ExtentsV4()
1383 const unsigned ROWS_PER_EXTENT = BRMWrapper::getInstance()->getExtentRows(); in deleteDctnryExtentsV4()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Ddbrm.h536 EXPORT unsigned getExtentRows() throw();
H A Dextentmap.h752 EXPORT unsigned getExtentRows();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Ddbrm.h536 EXPORT unsigned getExtentRows() throw();
H A Dextentmap.h752 EXPORT unsigned getExtentRows();
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/editem/
H A Deditem.cpp240 unsigned extentRows = emp->getExtentRows(); in dumpone()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/editem/
H A Deditem.cpp240 unsigned extentRows = emp->getExtentRows(); in dumpone()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dwe_colop.cpp99 uint64_t extentRows = BRMWrapper::getInstance()->getExtentRows(); in allocRowId()
261 …BLKS_PER_EXTENT = (BRMWrapper::getInstance()->getExtentRows() * newColStructList[i].colWidth) / BY… in allocRowId()

12