Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Serialize
Method
Serialize
vector/null.go:24–26 ·
view source on GitHub ↗
(b *scode.Builder, _ uint32)
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(*Null) Serialize(b *scode.Builder, _ uint32) {
25
b.Append(nil)
26
}
27
28
func
(*Null) Type() super.Type {
29
return
super.TypeNull
Callers
nothing calls this directly
Calls
1
Append
Method · 0.45
Tested by
no test coverage detected