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

Function NewMissing

vector/error.go:42–44  ·  view source on GitHub ↗
(sctx *super.Context, len uint32)

Source from the content-addressed store, hash-verified

40}
41
42func NewMissing(sctx *super.Context, len uint32) *Error {
43 return NewStringError(sctx, "missing", len)
44}
45
46func NewWrappedError(sctx *super.Context, msg string, val Any) *Error {
47 msgVec := NewConstString(msg, val.Len())

Callers 15

projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
projectMethod · 0.92
evalMethod · 0.92
indexArrayOrSetFunction · 0.92
indexRecordFunction · 0.92
indexMapFunction · 0.92

Calls 1

NewStringErrorFunction · 0.70

Tested by

no test coverage detected