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