| 43 | }; |
| 44 | |
| 45 | struct atomic_subselect : value_expr { |
| 46 | table *tab; |
| 47 | column *col; |
| 48 | int offset; |
| 49 | routine *agg; |
| 50 | atomic_subselect(prod *p, sqltype *type_constraint = 0); |
| 51 | virtual void out(std::ostream &out); |
| 52 | }; |
| 53 | |
| 54 | struct const_expr: value_expr { |
| 55 | std::string expr; |
nothing calls this directly
no outgoing calls
no test coverage detected