Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ident
Method
ident
relmodel.hh:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
is_insertable(insertable),
74
is_base_table(base_table) { }
75
virtual string ident() { return schema +
"."
+ name; }
76
virtual ~table() { };
77
};
78
Callers
4
out
Method · 0.45
simple_join_cond
Method · 0.45
column_reference
Method · 0.45
out
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected