| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected