Home
last modified time | relevance | path

Searched refs:deleteEmptyColExtents (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.h299 int deleteEmptyColExtents(const std::vector<BRM::ExtentInfo>& extentsInfo);
679 inline int BRMWrapper::deleteEmptyColExtents( in deleteEmptyColExtents() function
682 int rc = blockRsltnMgrPtr->deleteEmptyColExtents ( extentsInfo ); in deleteEmptyColExtents()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/shared/
H A Dwe_brm.h299 int deleteEmptyColExtents(const std::vector<BRM::ExtentInfo>& extentsInfo);
679 inline int BRMWrapper::deleteEmptyColExtents( in deleteEmptyColExtents() function
682 int rc = blockRsltnMgrPtr->deleteEmptyColExtents ( extentsInfo ); in deleteEmptyColExtents()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dslavedbrmnode.h265 EXPORT int deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) throw();
H A Dslavedbrmnode.cpp246 int SlaveDBRMNode::deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) throw() in deleteEmptyColExtents() function in BRM::SlaveDBRMNode
250 em.deleteEmptyColExtents(extentsInfo); in deleteEmptyColExtents()
H A Ddbrm.h359 EXPORT int deleteEmptyColExtents(const std::vector<ExtentInfo>& extentsInfo) DBRM_THROW;
H A Dextentmap.h553 EXPORT void deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo);
H A Dslavecomm.cpp907 err = slave->deleteEmptyColExtents(extentsInfoMap); in do_deleteEmptyColExtents()
H A Ddbrm.cpp1292 int DBRM::deleteEmptyColExtents(const std::vector<ExtentInfo>& extentsInfo) DBRM_THROW in deleteEmptyColExtents() function in BRM::DBRM
H A Dextentmap.cpp3491 void ExtentMap::deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) in deleteEmptyColExtents() function in BRM::ExtentMap
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dslavedbrmnode.h265 EXPORT int deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) throw();
H A Dslavedbrmnode.cpp246 int SlaveDBRMNode::deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) throw() in deleteEmptyColExtents() function in BRM::SlaveDBRMNode
250 em.deleteEmptyColExtents(extentsInfo); in deleteEmptyColExtents()
H A Ddbrm.h359 EXPORT int deleteEmptyColExtents(const std::vector<ExtentInfo>& extentsInfo) DBRM_THROW;
H A Dextentmap.h553 EXPORT void deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo);
H A Dslavecomm.cpp907 err = slave->deleteEmptyColExtents(extentsInfoMap); in do_deleteEmptyColExtents()
H A Ddbrm.cpp1292 int DBRM::deleteEmptyColExtents(const std::vector<ExtentInfo>& extentsInfo) DBRM_THROW in deleteEmptyColExtents() function in BRM::DBRM
H A Dextentmap.cpp3491 void ExtentMap::deleteEmptyColExtents(const ExtentsInfoMap_t& extentsInfo) in deleteEmptyColExtents() function in BRM::ExtentMap
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dwriteengine.cpp2610 int rc1 = BRMWrapper::getInstance()->deleteEmptyColExtents(colExtentInfo); in insertColumnRec_SYS()
2689 deleteEmptyColExtents(colExtentInfo); in insertColumnRec_SYS()
3292 int rc1 = BRMWrapper::getInstance()->deleteEmptyColExtents(colExtentInfo); in insertColumnRec_Single()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/wrapper/
H A Dwriteengine.cpp2610 int rc1 = BRMWrapper::getInstance()->deleteEmptyColExtents(colExtentInfo); in insertColumnRec_SYS()
2689 deleteEmptyColExtents(colExtentInfo); in insertColumnRec_SYS()
3292 int rc1 = BRMWrapper::getInstance()->deleteEmptyColExtents(colExtentInfo); in insertColumnRec_Single()