MCPcopy Create free account
hub / github.com/anse1/sqlsmith / ~window_function

Method ~window_function

expr.hh:174–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected