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

Method neg_transformer

sql/item_cmpfunc.cc:1407–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405*/
1406
1407Item *Item_func_not::neg_transformer(THD *thd) /* NOT(x) -> x */
1408{
1409 return args[0];
1410}
1411
1412
1413Item *Item_bool_rowready_func2::neg_transformer(THD *thd)

Callers 1

neg_argumentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected