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

Method argument_count

sql/item_func.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 { DBUG_ASSERT(argument_count() > 0); return args; }
139 void set_arguments(List<Item> &list);
140 inline uint argument_count() const { return arg_count; }
141 inline void remove_arguments() { arg_count=0; }
142 virtual void print(String *str, enum_query_type query_type);
143 void print_op(String *str, enum_query_type query_type);

Callers 2

mysql_sql_parse_joinFunction · 0.80
mysql_sql_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected