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

Method arguments

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

Source from the content-addressed store, hash-verified

135 virtual Item *key_item() const { return args[0]; }
136 virtual bool const_item() const { return const_item_cache; }
137 inline Item **arguments() const
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; }

Callers 3

negate_expressionFunction · 0.80
mysql_sql_parse_joinFunction · 0.80
mysql_sql_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected