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

Method out

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

Source from the content-addressed store, hash-verified

61struct column_reference: value_expr {
62 column_reference(prod *p, sqltype *type_constraint = 0);
63 virtual void out(std::ostream &out) { out << reference; }
64 std::string reference;
65 virtual ~column_reference() { }
66};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected