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

Class join_cond

grammar.hh:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60};
61
62struct join_cond : prod {
63 static shared_ptr<join_cond> factory(prod *p, table_ref &lhs, table_ref &rhs);
64 join_cond(prod *p, table_ref &lhs, table_ref &rhs)
65 : prod(p) { (void) lhs; (void) rhs;}
66};
67
68struct simple_join_cond : join_cond {
69 std::string condition;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected