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

Class from_clause

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

Source from the content-addressed store, hash-verified

130struct query_spec : prod {
131 std::string set_quantifier;
132 shared_ptr<struct from_clause> from_clause;
133 shared_ptr<struct select_list> select_list;
134 shared_ptr<bool_expr> search;
135 std::string limit_clause;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected