MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~null_predicate

Method ~null_predicate

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

Source from the content-addressed store, hash-verified

102
103struct null_predicate : bool_expr {
104 virtual ~null_predicate() { }
105 const char *negate;
106 shared_ptr<value_expr> expr;
107 null_predicate(prod *p) : bool_expr(p) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected