MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~select_list

Method ~select_list

grammar.hh:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 select_list(prod *p);
121 virtual void out(std::ostream &out);
122 ~select_list() { }
123 virtual void accept(prod_visitor *v) {
124 v->visit(this);
125 for (auto p : value_exprs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected