MCPcopy Create free account
hub / github.com/brimdata/super / Append

Method Append

vector/int.go:23–25  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

21}
22
23func (i *Int) Append(v int64) {
24 i.Values = append(i.Values, v)
25}
26
27func (*Int) Kind() Kind {
28 return KindInt

Callers 15

BuildFusionFunction · 0.45
BuildUnionFunction · 0.45
BeginUnionFunction · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
TestDictRebuildDropTagsFunction · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
evalMethod · 0.45
arithAddIntFlatFlatFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestDictRebuildDropTagsFunction · 0.36