MCPcopy Create free account
hub / github.com/anse1/sqlsmith / named_relation

Class named_relation

grammar.cc:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 || !victim->is_base_table
47 || !victim->columns().size()) {
48 struct named_relation *pick = random_pick(scope->tables);
49 victim = dynamic_cast<table *>(pick);
50 retry();
51 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected