Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dropbox/godropbox
/ IsNull
Method
IsNull
database/sqltypes/sqltypes.go:170–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
}
169
170
func
(v Value) IsNull() bool {
171
return
v.Inner == nil
172
}
173
174
func
(v Value) IsNumeric() (ok bool) {
175
_ = Numeric(nil)
// compiler bug work-around
Callers
8
MarshalBinary
Method · 0.95
TestNull
Method · 0.95
Eq
Function · 0.80
Neq
Function · 0.80
ConvertAssignRowNullable
Function · 0.80
ConvertAssignDefault
Function · 0.80
TestBuildValue
Method · 0.80
TestBuildValuePointer
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestNull
Method · 0.76
TestBuildValue
Method · 0.64
TestBuildValuePointer
Method · 0.64