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

Function create_func_not

sql/item_xmlfunc.cc:1098–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096
1097
1098static Item *create_func_not(MY_XPATH *xpath, Item **args, uint nargs)
1099{
1100 return new Item_func_not(nodeset2bool(xpath, args[0]));
1101}
1102
1103
1104static Item *create_func_ceiling(MY_XPATH *xpath, Item **args, uint nargs)

Callers

nothing calls this directly

Calls 1

nodeset2boolFunction · 0.85

Tested by

no test coverage detected