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

Class distinct_pred

expr.hh:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153};
154
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 }
161};
162
163struct comparison_op : bool_binop {
164 op *oper;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected