Searched refs:EP_NoReduce (Results 1 – 4 of 4) sorted by relevance
1359 assert( !ExprHasVVAProperty(p, EP_NoReduce) ); in dupedExprStructSize()3350 ExprSetVVAProperty(pExpr, EP_NoReduce); in sqlite3CodeSubselect()6325 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()6375 ExprSetVVAProperty(pExpr, EP_NoReduce); in analyzeAggregate()
261 ExprSetVVAProperty(pExpr, EP_NoReduce); in lookupName()
2956 #define EP_NoReduce 0x01 /* Cannot EXPRDUP_REDUCE this Expr */ macro
412 ExprSetVVAProperty(p, EP_NoReduce); in sqlite3SetJoinExpr()607 ExprSetVVAProperty(pEq, EP_NoReduce); in sqlite3ProcessJoin()