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

Function NewNoneWithError

vector/record.go:165–167  ·  view source on GitHub ↗
(typ super.Type, err *Error)

Source from the content-addressed store, hash-verified

163}
164
165func NewNoneWithError(typ super.Type, err *Error) *None {
166 return &None{typ: typ, Error: err}
167}
168
169func isNone(vec Any, slot uint32) bool {
170 if _, ok := vec.(*None); ok {

Callers 2

NewNoneFunction · 0.85
PickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected