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

Method print_args

sql/item_func.cc:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151void Item_func::print_args(String *str, uint from, enum_query_type query_type)
152{
153 for (uint i=from ; i < arg_count ; i++)
154 {
155 if (i != from)
156 str->append(',');
157 args[i]->print(str, query_type);
158 }
159}
160
161
162void Item_func::print_op(String *str, enum_query_type query_type)

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected