Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
func
NewNoneWithError(typ super.Type, err *Error) *None {
166
return
&None{typ: typ, Error: err}
167
}
168
169
func
isNone(vec Any, slot uint32) bool {
170
if
_, ok := vec.(*None); ok {
Callers
2
NewNone
Function · 0.85
Pick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected