MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~exists_predicate

Method ~exists_predicate

expr.hh:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120struct exists_predicate : bool_expr {
121 shared_ptr<struct query_spec> subquery;
122 virtual ~exists_predicate() { }
123 exists_predicate(prod *p);
124 virtual void out(std::ostream &out);
125 virtual void accept(prod_visitor *v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected