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

Class query_spec

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

Source from the content-addressed store, hash-verified

49 bool is_lateral;
50 virtual void out(std::ostream &out);
51 shared_ptr<struct query_spec> query;
52 table_subquery(prod *p, bool lateral = false);
53 virtual ~table_subquery();
54 virtual void accept(prod_visitor *v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected