Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ MissingAsNull
Method
MissingAsNull
value.go:430–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
428
}
429
430
func
(v *Value) MissingAsNull() Value {
431
if
v.IsMissing() {
432
return
Null
433
}
434
return
*v
435
}
436
437
func
(v Value) Deunion() Value {
438
for
{
Callers
4
Write
Method · 0.80
Write
Method · 0.80
TestLegacyZeekValid
Function · 0.80
Write
Method · 0.80
Calls
1
IsMissing
Method · 0.95
Tested by
1
TestLegacyZeekValid
Function · 0.64