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

Method out

expr.hh:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected