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

Method Item_func

sql/item_func.cc:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89Item_func::Item_func(List<Item> &list)
90 :allowed_arg_cols(1)
91{
92 set_arguments(list);
93}
94
95Item_func::Item_func(THD *thd, Item_func *item)
96 :const_item_cache(0),

Callers

nothing calls this directly

Calls 1

allocMethod · 0.45

Tested by

no test coverage detected