Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Null
Struct
Null
vector/null.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Null
struct
{
9
len uint32
10
}
11
12
func
NewNull(len uint32) *Null {
13
return
&Null{len}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected