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

Method get_join_condition

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

Source from the content-addressed store, hash-verified

954#endif /* WITH_PARTITION_STORAGE_ENGINE */
955
956 inline List<JOIN_CONDITION> * get_join_condition(){
957 if (join_condition.elements == 0){
958 join_condition.empty();
959 }
960 return &join_condition;
961 }
962
963 bool setup_underlying(THD *thd);
964 void print(THD *thd, String *str, enum_query_type query_type);

Callers 2

mysql_sql_parse_joinFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected