Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dinedal/textql
/ IsNull
Method
IsNull
sqlparser/sqltypes/sqltypes.go:151–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
func
(v Value) IsNull() bool {
152
return
v.Inner == nil
153
}
154
155
func
(v Value) IsNumeric() (ok bool) {
156
if
v.Inner != nil {
Callers
2
TestNull
Function · 0.95
TestBuildValue
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestNull
Function · 0.76
TestBuildValue
Function · 0.64