Searched refs:EP_FromJoin (Results 1 – 1 of 1) sorted by relevance
10336 #define EP_FromJoin 0x0001 /* Originated in ON or USING clause of a join */ macro73709 assert( !ExprHasProperty(p, EP_FromJoin) ); 74142 if( pWalker->u.i==3 && ExprHasAnyProperty(pExpr, EP_FromJoin) ){92610 ExprSetProperty(pEq, EP_FromJoin);92646 ExprSetProperty(p, EP_FromJoin);101116 pDerived->flags |= pBase->flags & EP_FromJoin;101488 if( ExprHasProperty(pExpr, EP_FromJoin) ){103732 && (pLevel->iLeftJoin==0 || ExprHasProperty(pTerm->pExpr, EP_FromJoin))104734 if( pLevel->iLeftJoin && !ExprHasProperty(pE, EP_FromJoin) ){