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

Class comparison_op

expr.hh:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161};
162
163struct comparison_op : bool_binop {
164 op *oper;
165 comparison_op(prod *p);
166 virtual ~comparison_op() { };
167 virtual void out(std::ostream &o) {
168 o << *lhs << " " << oper->name << " " << *rhs;
169 }
170};
171
172struct window_function : value_expr {
173 virtual void out(std::ostream &out);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected