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