| 79 | }; |
| 80 | |
| 81 | struct nullif : coalesce { |
| 82 | virtual ~nullif() { }; |
| 83 | nullif(prod *p, sqltype *type_constraint = 0) |
| 84 | : coalesce(p, type_constraint, "nullif") |
| 85 | { }; |
| 86 | }; |
| 87 | |
| 88 | struct bool_expr : value_expr { |
| 89 | virtual ~bool_expr() { } |
nothing calls this directly
no outgoing calls
no test coverage detected