Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ get_join_field
Method
get_join_field
sql/sql_parse_index.h:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
List<Item_field> * get_join_field(){
54
if (join_fields.elements == 0){
55
join_fields.empty();
56
}
57
return &join_fields;
58
}
59
60
};
61
Callers
2
mysql_sql_parse_join
Function · 0.80
table_index_add_condition_field
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected