| 55 | }; |
| 56 | |
| 57 | struct lateral_subquery : table_subquery { |
| 58 | lateral_subquery(prod *p) |
| 59 | : table_subquery(p, true) { } |
| 60 | }; |
| 61 | |
| 62 | struct join_cond : prod { |
| 63 | static shared_ptr<join_cond> factory(prod *p, table_ref &lhs, table_ref &rhs); |
nothing calls this directly
no outgoing calls
no test coverage detected