| 172 | struct window_function : value_expr { |
| 173 | virtual void out(std::ostream &out); |
| 174 | virtual ~window_function() { } |
| 175 | window_function(prod *p, sqltype *type_constraint); |
| 176 | vector<shared_ptr<column_reference> > partition_by; |
| 177 | vector<shared_ptr<column_reference> > order_by; |
nothing calls this directly
no outgoing calls
no test coverage detected