MCPcopy Create free account
hub / github.com/brimdata/super / IsMissing

Method IsMissing

value.go:278–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276}
277
278func (v *Value) IsMissing() bool {
279 if v == nil {
280 return true
281 }
282 if typ, ok := v.Type().(*TypeError); ok {
283 return typ.IsMissing(v.Bytes())
284 }
285 return false
286}
287
288func (v Value) IsQuiet() bool {
289 if typ, ok := v.Type().(*TypeError); ok {

Callers 13

MissingAsNullMethod · 0.95
buildTableFunction · 0.45
probeLeftMethod · 0.45
probeRightMethod · 0.45
EvalMethod · 0.45
EvalMethod · 0.45
indexMapFunction · 0.45
CallMethod · 0.45
CallMethod · 0.45
PullMethod · 0.45
unnestMethod · 0.45
ForwardMethod · 0.45

Calls 2

TypeMethod · 0.95
BytesMethod · 0.95

Tested by

no test coverage detected