Searched refs:EP_HasFunc (Results 1 – 3 of 3) sorted by relevance
2898 #define EP_HasFunc 0x000008 /* Contains one or more functions of any kind */ macro2931 #define EP_Propagate (EP_Collate|EP_Subquery|EP_HasFunc)
1090 ExprSetProperty(pNew, EP_HasFunc); in sqlite3ExprFunction()4913 if( pExpr!=0 && ExprHasProperty(pExpr, EP_HasFunc) ){ in sqlite3ExprCodeRunJustOnce()
6066 if( (elistFlags & (EP_HasFunc|EP_Subquery))!=0 ){ in selectExpander()