Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ op
Method
op
relmodel.hh:122–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected