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

Method register_operator

schema.hh:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 s.schema = this;
57 }
58 virtual void register_operator(op& o) {
59 operators.push_back(o);
60 typekey t(o.left, o.right, o.result);
61 index.insert(std::pair<typekey,op>(t,o));
62 }
63 virtual void register_routine(routine& r) {
64 routines.push_back(r);
65 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected