MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / set_join_cond

Method set_join_cond

sql/table.h:663–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 Item **join_cond_ref() { return &m_join_cond; }
662 Item *join_cond() const { return m_join_cond; }
663 Item *set_join_cond(Item *val)
664 { return m_join_cond= val; }
665 /*
666 The structure of the join condition presented in the member above
667 can be changed during certain optimizations. This member

Callers 1

add_join_onFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected