Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Value
Method
Value
vector/int.go:39–41 ·
view source on GitHub ↗
(slot uint32)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(i *Int) Value(slot uint32) int64 {
40
return
i.Values[slot]
41
}
42
43
func
(i *Int) Serialize(b *scode.Builder, slot uint32) {
44
b.Append(super.EncodeInt(i.Values[slot]))
Callers
15
IntValue
Function · 0.45
IdentityFromContext
Function · 0.45
AuthTokenFromContext
Function · 0.45
encodeMap
Method · 0.45
RequestIDFromContext
Function · 0.45
compareEQIntFlatFlat
Function · 0.45
compareEQIntFlatDict
Function · 0.45
compareEQIntFlatView
Function · 0.45
compareEQIntFlatConst
Function · 0.45
compareEQIntDictFlat
Function · 0.45
compareEQIntDictDict
Function · 0.45
compareEQIntDictView
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected