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

Class common_table_expression

grammar.hh:315–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313shared_ptr<prod> statement_factory(struct scope *s);
314
315struct common_table_expression : prod {
316 vector<shared_ptr<prod> > with_queries;
317 shared_ptr<prod> query;
318 vector<shared_ptr<named_relation> > refs;
319 struct scope myscope;
320 virtual void out(std::ostream &out);
321 virtual void accept(prod_visitor *v);
322 common_table_expression(prod *parent, struct scope *s);
323};
324
325#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected