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

Class scope

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

Source from the content-addressed store, hash-verified

73
74struct expr_join_cond : join_cond {
75 struct scope joinscope;
76 shared_ptr<bool_expr> search;
77 expr_join_cond(prod *p, table_ref &lhs, table_ref &rhs);
78 virtual void out(std::ostream &out);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected