Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ident
Method
ident
grammar.hh:90–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
std::string type;
89
std::string alias;
90
virtual std::string ident() { return alias; }
91
shared_ptr<table_ref> lhs;
92
shared_ptr<table_ref> rhs;
93
shared_ptr<join_cond> condition;
Callers
1
out
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected