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

Method truth_value

expr.hh:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 const char *op;
97 virtual void out(std::ostream &out) { out << op; }
98 truth_value(prod *p) : bool_expr(p) {
99 op = ( (d6() < 4) ? scope->schema->true_literal : scope->schema->false_literal);
100 }
101};
102
103struct null_predicate : bool_expr {

Callers

nothing calls this directly

Calls 1

d6Function · 0.85

Tested by

no test coverage detected