Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ~table_ref
Method
~table_ref
grammar.hh:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
static shared_ptr<table_ref> factory(prod *p);
20
table_ref(prod *p) : prod(p) { }
21
virtual ~table_ref() { }
22
};
23
24
struct table_or_query_name : table_ref {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected