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

Class scope

grammar.hh:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 shared_ptr<bool_expr> search;
135 std::string limit_clause;
136 struct scope myscope;
137 virtual void out(std::ostream &out);
138 query_spec(prod *p, struct scope *s, bool lateral = 0);
139 virtual void accept(prod_visitor *v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected