Searched refs:conjunctionList (Results 1 – 5 of 5) sorted by relevance
66 …void asConjunctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjunctionList, Li…
240 …junctionList(const ListT<CegoExpr*>& exprList, ListT<CegoPredDesc*>& conjunctionList, ListT<CegoFi… in asConjunctionList() argument290 conjunctionList.Insert(pP); in asConjunctionList()
147 static void createConjunctionList(CegoPredDesc* pPred, ListT<CegoPredDesc*>& conjunctionList);
1525 ListT<CegoPredDesc*> conjunctionList; in joinSetup() local1527 CegoQueryHelper::createConjunctionList(pJO->getPredDesc(), &conjunctionList); in joinSetup()1531 CegoPredDesc **pPred = conjunctionList.First(); in joinSetup()1553 pPred = conjunctionList.Next(); in joinSetup()
2392 … CegoQueryHelper::createConjunctionList(CegoPredDesc* pPred, ListT<CegoPredDesc*>& conjunctionList) in createConjunctionList() argument2401 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()