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

Method exists_predicate

expr.cc:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119exists_predicate::exists_predicate(prod *p) : bool_expr(p)
120{
121 subquery = make_shared<query_spec>(this, scope);
122}
123
124void exists_predicate::accept(prod_visitor *v)
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected