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

Method out

grammar.hh:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 shared_ptr<struct select_list> select_list;
194 delete_returning(prod *p, struct scope *s, table *victim = 0);
195 virtual void out(std::ostream &out) {
196 delete_stmt::out(out);
197 out << std::endl << "returning " << *select_list;
198 }
199 virtual void accept(prod_visitor *v) {
200 v->visit(this);
201 search->accept(v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected