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

Class bool_expr

expr.hh:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86};
87
88struct bool_expr : value_expr {
89 virtual ~bool_expr() { }
90 bool_expr(prod *p) : value_expr(p) { type = scope->schema->booltype; }
91 static shared_ptr<bool_expr> factory(prod *p);
92};
93
94struct truth_value : bool_expr {
95 virtual ~truth_value() { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected