Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ out
Method
out
expr.hh:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
std::string expr;
56
const_expr(prod *p, sqltype *type_constraint = 0);
57
virtual void out(std::ostream &out) { out << expr; }
58
virtual ~const_expr() { }
59
};
60
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected