Home
last modified time | relevance | path

Searched refs:conjunctionList (Results 1 – 5 of 5) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAttrCond.h66 …void asConjunctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjunctionList, Li…
H A DCegoAttrCond.cc240 …junctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjunctionList, ListT<CegoFi… in asConjunctionList() argument
290 conjunctionList.Insert(pP); in asConjunctionList()
H A DCegoQueryHelper.h147 static void createConjunctionList(CegoPredDesc* pPred, ListT<CegoPredDesc*>& conjunctionList);
H A DCegoDistCursor.cc1525 ListT<CegoPredDesc*> conjunctionList; in joinSetup() local
1527 CegoQueryHelper::createConjunctionList(pJO->getPredDesc(), &conjunctionList); in joinSetup()
1531 CegoPredDesc **pPred = conjunctionList.First(); in joinSetup()
1553 pPred = conjunctionList.Next(); in joinSetup()
H A DCegoQueryHelper.cc2392 … CegoQueryHelper::createConjunctionList(CegoPredDesc* pPred, ListT<CegoPredDesc*>& conjunctionList) in createConjunctionList() argument
2401 createConjunctionList(pC->Left(), conjunctionList); in createConjunctionList()
2402 createConjunctionList(pC->Right(), conjunctionList); in createConjunctionList()
2406 conjunctionList.Insert(pPred); in createConjunctionList()
2411 conjunctionList.Insert(pPred); in createConjunctionList()