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

Method accept

grammar.cc:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89table_subquery::~table_subquery() { }
90
91void table_subquery::accept(prod_visitor *v) {
92 query->accept(v);
93 v->visit(this);
94}
95
96shared_ptr<join_cond> join_cond::factory(prod *p, table_ref &lhs, table_ref &rhs)
97{

Callers 1

select_for_updateMethod · 0.45

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected