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

Method join_cond

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

Source from the content-addressed store, hash-verified

660
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 /*

Callers 4

walk_join_conditionMethod · 0.80
print_table_arrayFunction · 0.80
add_join_onFunction · 0.80
find_join_elements_newFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected