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

Function NewUint

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

Source from the content-addressed store, hash-verified

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

Callers 11

projectMethod · 0.92
newVectorMethod · 0.92
TestCompareOpsAndFormsFunction · 0.92
evalDivideByZeroMethod · 0.92
castToNumberFunction · 0.92
stringToUintFunction · 0.92
buildMethod · 0.92
NewUintEmptyFunction · 0.70
NewConstUintFunction · 0.70
NewEnumFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by 1

TestCompareOpsAndFormsFunction · 0.74