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

Function NewInt

vector/int.go:15–17  ·  view source on GitHub ↗
(typ super.Type, values []int64)

Source from the content-addressed store, hash-verified

13var _ Any = (*Int)(nil)
14
15func NewInt(typ super.Type, values []int64) *Int {
16 return &Int{typ, values}
17}
18
19func NewIntEmpty(typ super.Type, length uint32) *Int {
20 return NewInt(typ, make([]int64, 0, length))

Callers 15

projectMethod · 0.92
newVectorMethod · 0.92
evalDivideByZeroMethod · 0.92
TestArithOpsAndFormsFunction · 0.92
convertMethod · 0.92
slowPathMethod · 0.92
CallMethod · 0.92
callMethod · 0.92
constBinFlatMethod · 0.92
absMethod · 0.92
date_time_dayofweekFunction · 0.92
date_time_dayFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestArithOpsAndFormsFunction · 0.74