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

Method bool_expr

expr.hh:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected