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

Method print

sql/item_cmpfunc.cc:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111*/
112
113void Item_func_not::print(String *str, enum_query_type query_type)
114{
115 str->append('(');
116 Item_func::print(str, query_type);
117 str->append(')');
118}
119
120void Item_func_not_all::print(String *str, enum_query_type query_type)
121{

Callers

nothing calls this directly

Calls 3

printFunction · 0.85
func_nameFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected