Searched refs:EP_FixedCol (Results 1 – 1 of 1) sorted by relevance
18034 #define EP_FixedCol 0x000008 /* TK_Column with a known fixed value */ macro29847 if( ExprHasProperty(pExpr, EP_FixedCol) ){101521 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){103324 if( ExprHasProperty(pExpr, EP_FixedCol) ){104760 if( (combinedFlags & EP_FixedCol)==0132318 && !ExprHasProperty(pExpr, EP_FixedCol)133048 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;133115 if( ExprHasProperty(pExpr, EP_FixedCol|EP_FromJoin) ){133116 testcase( ExprHasProperty(pExpr, EP_FixedCol) );133129 ExprSetProperty(pExpr, EP_FixedCol);[all …]