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

Method is_null

sql/item_cmpfunc.cc:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755
756
757bool
758Item_func_nullif::is_null()
759{
760 return (null_value= (!cmp.compare() ? 1 : args[0]->null_value));
761}
762
763
764uint Item_func_case::decimal_precision() const

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected