Home
last modified time | relevance | path

Searched refs:pAttrDesc1 (Results 1 – 2 of 2) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoQueryHelper.cc467 CegoAttrDesc* pAttrDesc1; in evalAttrCond() local
470 pAttrDesc1 = pP->getExpr1()->checkAttr(); in evalAttrCond()
475 if ( pAttrDesc1 && pAttrDesc2 ) in evalAttrCond()
483 pAttrDesc1->getTableName() == Chain()) in evalAttrCond()
518 pAttrDesc1->getTableName() == Chain()) in evalAttrCond()
536 *pAttrDesc1)); in evalAttrCond()
545 else if ( pAttrDesc1 && attrRefList2.Size() == 0 ) in evalAttrCond()
552 pAttrDesc1->getTableName() == Chain()) in evalAttrCond()
607 CegoAttrDesc* pAttrDesc1 = pP->getExpr1()->checkAttr(); in evalAttrCond() local
615 if ( pAttrDesc1 ) in evalAttrCond()
[all …]
H A DCegoSelect.cc4206 CegoAttrDesc* pAttrDesc1 = (*pExpr)->checkAttr(); in prepareOrder() local
4207 if ( pAttrDesc1 ) in prepareOrder()
4216 if ( pAttrDesc1->getAttrName() == pAttrDesc2->getAttrName() ) in prepareOrder()