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

Method value_expr

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

Source from the content-addressed store, hash-verified

16 virtual void out(std::ostream &out) = 0;
17 virtual ~value_expr() { }
18 value_expr(prod *p) : prod(p) { }
19 static shared_ptr<value_expr> factory(prod *p, sqltype *type_constraint = 0);
20};
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected