Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
757
bool
758
Item_func_nullif::is_null()
759
{
760
return (null_value= (!cmp.compare() ? 1 : args[0]->null_value));
761
}
762
763
764
uint Item_func_case::decimal_precision() const
Callers
nothing calls this directly
Calls
1
compare
Method · 0.45
Tested by
no test coverage detected