Searched refs:EP_IfNullRow (Results 1 – 4 of 4) sorted by relevance
1093 || ExprHasProperty(pExpr, EP_xIsSelect|EP_IfNullRow) in exprAnalyze()
2913 #define EP_IfNullRow 0x040000 /* The TK_IF_NULL_ROW opcode */ macro
47 while( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){ in sqlite3ExprAffinity()
3813 ifNullRow.flags = EP_IfNullRow; in substExpr()