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

Function NewArray

vector/array.go:16–18  ·  view source on GitHub ↗
(typ *super.TypeArray, offsets []uint32, values Any)

Source from the content-addressed store, hash-verified

14var _ Any = (*Array)(nil)
15
16func NewArray(typ *super.TypeArray, offsets []uint32, values Any) *Array {
17 return &Array{typ, offsets, values}
18}
19
20func (*Array) Kind() Kind {
21 return KindArray

Callers 11

projectMethod · 0.92
evalMethod · 0.92
EvalMethod · 0.92
evalMethod · 0.92
evalArrayOrSliceMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92
newArrayMethod · 0.92
buildMethod · 0.92
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected