Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Serialize
Method
Serialize
vector/type.go:46–48 ·
view source on GitHub ↗
(b *scode.Builder, slot uint32)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(t *TypeValue) Serialize(b *scode.Builder, slot uint32) {
47
b.Append(t.Value(slot))
48
}
49
50
func
TypeValueValue(val Any, slot uint32) []byte {
51
switch
val := val.(
type
) {
Callers
nothing calls this directly
Calls
2
Value
Method · 0.95
Append
Method · 0.45
Tested by
no test coverage detected