Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ~comparison_op
Method
~comparison_op
expr.hh:166–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
op *oper;
165
comparison_op(prod *p);
166
virtual ~comparison_op() { };
167
virtual void out(std::ostream &o) {
168
o << *lhs <<
" "
<< oper->name <<
" "
<< *rhs;
169
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected