Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewNull
Function
NewNull
vector/null.go:12–14 ·
view source on GitHub ↗
(len uint32)
Source
from the content-addressed store, hash-verified
10
}
11
12
func
NewNull(len uint32) *Null {
13
return
&Null{len}
14
}
15
16
func
(*Null) Kind() Kind {
17
return
KindNull
Callers
15
project
Method · 0.92
newVector
Method · 0.92
Eval
Method · 0.92
Call
Method · 0.92
evalForList
Method · 0.92
Eval
Method · 0.92
NewSearch
Function · 0.92
Eval
Method · 0.92
apply
Method · 0.92
Eval
Method · 0.92
quietTmp
Method · 0.92
Call
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected