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

Class from_clause

grammar.cc:323–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 scope->refs = s->refs;
322
323 from_clause = make_shared<struct from_clause>(this);
324 select_list = make_shared<struct select_list>(this);
325
326 set_quantifier = (d100() == 1) ? "distinct" : "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected