MCPcopy 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
151func (v Value) IsNull() bool {
152 return v.Inner == nil
153}
154
155func (v Value) IsNumeric() (ok bool) {
156 if v.Inner != nil {

Callers 2

TestNullFunction · 0.95
TestBuildValueFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestNullFunction · 0.76
TestBuildValueFunction · 0.64