| 117 | } |
| 118 | |
| 119 | exists_predicate::exists_predicate(prod *p) : bool_expr(p) |
| 120 | { |
| 121 | subquery = make_shared<query_spec>(this, scope); |
| 122 | } |
| 123 | |
| 124 | void exists_predicate::accept(prod_visitor *v) |
| 125 | { |
nothing calls this directly
no outgoing calls
no test coverage detected