MCPcopy 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
430func (v *Value) MissingAsNull() Value {
431 if v.IsMissing() {
432 return Null
433 }
434 return *v
435}
436
437func (v Value) Deunion() Value {
438 for {

Callers 4

WriteMethod · 0.80
WriteMethod · 0.80
TestLegacyZeekValidFunction · 0.80
WriteMethod · 0.80

Calls 1

IsMissingMethod · 0.95

Tested by 1

TestLegacyZeekValidFunction · 0.64