Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Append
Method
Append
vector/type.go:22–24 ·
view source on GitHub ↗
(v []byte)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(t *TypeValue) Append(v []byte) {
23
t.table.Append(v)
24
}
25
26
func
(*TypeValue) Kind() Kind {
27
return
KindType
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected