| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected