Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_condition
Method · 0.80
print_table_array
Function · 0.80
add_join_on
Function · 0.80
find_join_elements_new
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected