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

Class lateral_subquery

grammar.hh:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57struct lateral_subquery : table_subquery {
58 lateral_subquery(prod *p)
59 : table_subquery(p, true) { }
60};
61
62struct join_cond : prod {
63 static shared_ptr<join_cond> factory(prod *p, table_ref &lhs, table_ref &rhs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected