MCPcopy 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
39func (i *Int) Value(slot uint32) int64 {
40 return i.Values[slot]
41}
42
43func (i *Int) Serialize(b *scode.Builder, slot uint32) {
44 b.Append(super.EncodeInt(i.Values[slot]))

Callers 15

IntValueFunction · 0.45
IdentityFromContextFunction · 0.45
AuthTokenFromContextFunction · 0.45
encodeMapMethod · 0.45
RequestIDFromContextFunction · 0.45
compareEQIntFlatFlatFunction · 0.45
compareEQIntFlatDictFunction · 0.45
compareEQIntFlatViewFunction · 0.45
compareEQIntFlatConstFunction · 0.45
compareEQIntDictFlatFunction · 0.45
compareEQIntDictDictFunction · 0.45
compareEQIntDictViewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected