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

Method accept

expr.hh:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
75 v->visit(this);
76 for (auto p : value_exprs)
77 p->accept(v);
78 }
79};
80
81struct nullif : coalesce {

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected