Home
last modified time | relevance | path

Searched refs:CegoAVLIndexManager (Results 1 – 8 of 8) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAVLIndexManager.h38 class CegoAVLIndexManager {
42 CegoAVLIndexManager(CegoTableManager* pTM);
43 ~CegoAVLIndexManager();
H A DCegoAVLIndexManager.cc33 CegoAVLIndexManager::CegoAVLIndexManager(CegoTableManager *pTM) in CegoAVLIndexManager() function in CegoAVLIndexManager
41 CegoAVLIndexManager::~CegoAVLIndexManager() in ~CegoAVLIndexManager()
47 void CegoAVLIndexManager::insertNativeIndexTable(CegoTableObject& ioe, in insertNativeIndexTable()
155 void CegoAVLIndexManager::insertIndexTable(CegoTableObject& ioe, in insertIndexTable()
1242 void CegoAVLIndexManager::propagateDecrease(int tabSetId, CegoDataPointer itp, CegoBufferPool::FixM… in propagateDecrease()
1345 CegoDataPointer CegoAVLIndexManager::rebalanceNode(int tabSetId, CegoDataPointer itp, CegoBufferPoo… in rebalanceNode()
1437 CegoAVLIndexManager::TupleOrder CegoAVLIndexManager::compIndexValue(const ListT<CegoField>& schema,… in compIndexValue()
1491 CegoDataPointer CegoAVLIndexManager::rotateRR(int tabSetId, const CegoDataPointer& ptp, CegoBufferP… in rotateRR()
1591 CegoDataPointer CegoAVLIndexManager::rotateRL(int tabSetId, const CegoDataPointer& ptp, CegoBufferP… in rotateRL()
1983 char CegoAVLIndexManager::checkIndex(int tabSetId, const Chain& indexName, CegoObject::ObjectType i… in checkIndex()
[all …]
H A DMakefile.am26 CegoAVLIndexManager.cc CegoAVLIndexManager.h \
165 CegoAVLIndexManager.h \
H A DMakefile.in109 CegoAVLIndexManager.lo CegoBlob.lo CegoBTreeCursor.lo \
584 CegoAVLIndexManager.cc CegoAVLIndexManager.h \
718 CegoAVLIndexManager.h \
978 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CegoAVLIndexManager.Plo@am__quote@
H A DCegoTransactionManager.cc1005 CegoAVLIndexManager idxMng(_pTabMng); in commitUpdate()
H A DCegoTableManager.cc2309 CegoAVLIndexManager idxMng(this); in insertDataTable()
2405 CegoAVLIndexManager idxMng(this); in insertDataTable()
4067 CegoAVLIndexManager idxMng(this); in deleteDataTableEntry()
5505 CegoAVLIndexManager idxMng(this); in createAVLIndexTable()
H A DCegoDistManager.cc2213 CegoAVLIndexManager idxMng(this); in verifyTable()
H A DCegoAction.cc3699 CegoAVLIndexManager idxMng(_pTabMng); in execIndexCheck()