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

Method ~coalesce

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

Source from the content-addressed store, hash-verified

69 const char *abbrev_;
70 vector<shared_ptr<value_expr> > value_exprs;
71 virtual ~coalesce() { };
72 coalesce(prod *p, sqltype *type_constraint = 0, const char *abbrev = "coalesce");
73 virtual void out(std::ostream &out);
74 virtual void accept(prod_visitor *v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected