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

Method out

expr.hh:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected