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

Method bool_term

expr.hh:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 out << op << " (" << *rhs << ")";
146 }
147 bool_term(prod *p) : bool_binop(p)
148 {
149 op = ((d6()<4) ? "or" : "and");
150 lhs = bool_expr::factory(this);
151 rhs = bool_expr::factory(this);
152 }
153};
154
155struct distinct_pred : bool_binop {

Callers

nothing calls this directly

Calls 1

d6Function · 0.85

Tested by

no test coverage detected