Searched refs:getDistPageCount (Results 1 – 3 of 3) sorted by relevance
/dports/databases/cego/cego-2.47.11/src/ |
H A D | CegoDistManager.h | 134 int getDistPageCount(const Chain& tableSet, const Chain& tabName, CegoObject::ObjectType type);
|
H A D | CegoAction.cc | 6947 int pageCount = _pTabMng->getDistPageCount(tableSet, tableName, CegoObject::TABLE); in formatTableInfo() 6996 int pageCount = _pTabMng->getDistPageCount(tableSet, pOE->getName(), pOE->getType()); in formatTableInfo() 7056 int pageCount = _pTabMng->getDistPageCount(tableSet, pBTO->getName(), pBTO->getType()); in formatTableInfo()
|
H A D | CegoDistManager.cc | 2044 int CegoDistManager::getDistPageCount(const Chain& tableSet, const Chain& tabName, CegoObject::Obje… in getDistPageCount() function in CegoDistManager
|