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

Method ~distinct_pred

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

Source from the content-addressed store, hash-verified

155struct distinct_pred : bool_binop {
156 distinct_pred(prod *p);
157 virtual ~distinct_pred() { };
158 virtual void out(std::ostream &o) {
159 o << *lhs << " is distinct from " << *rhs;
160 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected