Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ~column_reference
Method
~column_reference
expr.hh:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
virtual void out(std::ostream &out) { out << reference; }
64
std::string reference;
65
virtual ~column_reference() { }
66
};
67
68
struct coalesce : value_expr {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected