Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ table
Class
table
grammar.cc:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
do {
64
auto pick = random_pick(scope->schema->base_tables);
65
t = dynamic_cast<struct table*>(pick);
66
retry();
67
} while (!t || !t->is_base_table);
68
Callers
2
postgres.cc
File · 0.70
schema_monetdb
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected