Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Value
Method
Value
vector/type.go:38–40 ·
view source on GitHub ↗
(slot uint32)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(t *TypeValue) Value(slot uint32) []byte {
39
return
t.table.Bytes(slot)
40
}
41
42
func
(t *TypeValue) Table() BytesTable {
43
return
t.table
Callers
2
Serialize
Method · 0.95
TypeValueValue
Function · 0.45
Calls
1
Bytes
Method · 0.45
Tested by
no test coverage detected