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

Method ~funcall

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

Source from the content-addressed store, hash-verified

34 vector<shared_ptr<value_expr> > parms;
35 virtual void out(std::ostream &out);
36 virtual ~funcall() { }
37 funcall(prod *p, sqltype *type_constraint = 0, bool agg = 0);
38 virtual void accept(prod_visitor *v) {
39 v->visit(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected