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

Class op

relmodel.hh:117–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115};
116
117struct op {
118 string name;
119 sqltype *left;
120 sqltype *right;
121 sqltype *result;
122 op(string n,sqltype *l,sqltype *r, sqltype *res)
123 : name(n), left(l), right(r), result(res) { }
124 op() { }
125};
126
127struct routine {
128 string specific_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected