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

Method print

sql/item_func.cc:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141
142void Item_func::print(String *str, enum_query_type query_type)
143{
144 str->append(func_name());
145 str->append('(');
146 print_args(str, 0, query_type);
147 str->append(')');
148}
149
150
151void Item_func::print_args(String *str, uint from, enum_query_type query_type)

Callers 3

print_argsMethod · 0.45
print_opMethod · 0.45
print_assignmentMethod · 0.45

Calls 6

int10_to_strFunction · 0.85
print_item_w_nameMethod · 0.80
func_nameFunction · 0.70
append_identifierFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected