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

Class exists_predicate

expr.hh:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118};
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);
125 virtual void accept(prod_visitor *v);
126};
127
128struct bool_binop : bool_expr {
129 shared_ptr<value_expr> lhs, rhs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected