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

Function NewNone

vector/record.go:161–163  ·  view source on GitHub ↗
(sctx *super.Context, typ super.Type, length uint32)

Source from the content-addressed store, hash-verified

159}
160
161func NewNone(sctx *super.Context, typ super.Type, length uint32) *None {
162 return NewNoneWithError(typ, NewMissing(sctx, length))
163}
164
165func NewNoneWithError(typ super.Type, err *Error) *None {
166 return &None{typ: typ, Error: err}

Callers 3

EvalMethod · 0.92
addOrUpdateNoneMethod · 0.92
NewFieldFromRLEFunction · 0.85

Calls 2

NewNoneWithErrorFunction · 0.85
NewMissingFunction · 0.85

Tested by

no test coverage detected