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

Method argument_list

sql/item_cmpfunc.h:1367–1367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365
1366 enum Type type() const { return COND_ITEM; }
1367 List<Item>* argument_list() { return &list; }
1368 table_map used_tables() const { return used_tables_cache; }
1369 virtual void print(String *str, enum_query_type query_type);
1370 void top_level_item() { abort_on_null=1; }

Callers 1

mysql_sql_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected