MCPcopy Create free account
hub / github.com/anse1/sqlsmith / accept

Method accept

expr.hh:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 shared_ptr<funcall> aggregate;
179 static bool allowed(prod *pprod);
180 virtual void accept(prod_visitor *v) {
181 v->visit(this);
182 aggregate->accept(v);
183 for (auto p : partition_by)
184 p->accept(v);
185 for (auto p : order_by)
186 p->accept(v);
187 }
188};
189
190#endif

Callers

nothing calls this directly

Calls 2

visitMethod · 0.45
acceptMethod · 0.45

Tested by

no test coverage detected