Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
func
NewIntEmpty(typ super.Type, length uint32) *Int {
20
return
NewInt(typ, make([]int64, 0, length))
21
}
22
23
func
(i *Int) Append(v int64) {
24
i.Values = append(i.Values, v)
Callers
15
arithAddIntFlatFlat
Function · 0.92
arithAddIntFlatDict
Function · 0.92
arithAddIntFlatView
Function · 0.92
arithAddIntFlatConst
Function · 0.92
arithAddIntDictFlat
Function · 0.92
arithAddIntDictDict
Function · 0.92
arithAddIntDictView
Function · 0.92
arithAddIntDictConst
Function · 0.92
arithAddIntViewFlat
Function · 0.92
arithAddIntViewDict
Function · 0.92
arithAddIntViewView
Function · 0.92
arithAddIntViewConst
Function · 0.92
Calls
1
NewInt
Function · 0.70
Tested by
no test coverage detected