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

Class schema

relmodel.hh:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 /// available to column_ref productions
84 vector<named_relation*> refs;
85 struct schema *schema;
86 /// Counters for prefixed stmt-unique identifiers
87 shared_ptr<map<string,unsigned int> > stmt_seq;
88 scope(struct scope *parent = 0) : parent(parent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected