MCPcopy Create free account
hub / github.com/anse1/sqlsmith / query_spec

Class query_spec

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

Source from the content-addressed store, hash-verified

119
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected