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