Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ isNull
Method
isNull
src/dbal/Reference_impl.hpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
template <typename T, bool IsMutable>
43
bool
44
Ref<T, IsMutable>::isNull() const {
45
return mPtr == NULL;
46
}
47
48
/**
49
* @brief Copy operator is defined but protected, in order to prevent usage.
Callers
2
isNull
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected