Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Serialize
Method
Serialize
vector/int.go:43–45 ·
view source on GitHub ↗
(b *scode.Builder, slot uint32)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(i *Int) Serialize(b *scode.Builder, slot uint32) {
44
b.Append(super.EncodeInt(i.Values[slot]))
45
}
46
47
func
IntValue(vec Any, slot uint32) int64 {
48
switch
vec := Under(vec).(
type
) {
Callers
nothing calls this directly
Calls
2
EncodeInt
Function · 0.92
Append
Method · 0.45
Tested by
no test coverage detected