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

Method fill_scope

schema.hh:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 " user table(s) in information schema." << std::endl;
52 }
53 void fill_scope(struct scope &s) {
54 for (auto &t : tables)
55 s.tables.push_back(&t);
56 s.schema = this;
57 }
58 virtual void register_operator(op& o) {
59 operators.push_back(o);
60 typekey t(o.left, o.right, o.result);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected