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

Class relation

relmodel.hh:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46struct relation {
47 vector<column> cols;
48 virtual vector<column> &columns() { return cols; }
49};
50
51struct named_relation : relation {
52 string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected