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

Function NewIntEmpty

vector/int.go:19–21  ·  view source on GitHub ↗
(typ super.Type, length uint32)

Source from the content-addressed store, hash-verified

17}
18
19func NewIntEmpty(typ super.Type, length uint32) *Int {
20 return NewInt(typ, make([]int64, 0, length))
21}
22
23func (i *Int) Append(v int64) {
24 i.Values = append(i.Values, v)

Callers 15

arithAddIntFlatFlatFunction · 0.92
arithAddIntFlatDictFunction · 0.92
arithAddIntFlatViewFunction · 0.92
arithAddIntFlatConstFunction · 0.92
arithAddIntDictFlatFunction · 0.92
arithAddIntDictDictFunction · 0.92
arithAddIntDictViewFunction · 0.92
arithAddIntDictConstFunction · 0.92
arithAddIntViewFlatFunction · 0.92
arithAddIntViewDictFunction · 0.92
arithAddIntViewViewFunction · 0.92
arithAddIntViewConstFunction · 0.92

Calls 1

NewIntFunction · 0.70

Tested by

no test coverage detected