Home
last modified time | relevance | path

Searched refs:getDistPageCount (Results 1 – 3 of 3) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoDistManager.h134 int getDistPageCount(const Chain& tableSet, const Chain& tabName, CegoObject::ObjectType type);
H A DCegoAction.cc6947 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 DCegoDistManager.cc2044 int CegoDistManager::getDistPageCount(const Chain& tableSet, const Chain& tabName, CegoObject::Obje… in getDistPageCount() function in CegoDistManager