MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~joined_table

Method ~joined_table

grammar.hh:94–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 shared_ptr<table_ref> rhs;
93 shared_ptr<join_cond> condition;
94 virtual ~joined_table() {
95 }
96 virtual void accept(prod_visitor *v) {
97 lhs->accept(v);
98 rhs->accept(v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected