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

Function NewSet

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

Source from the content-addressed store, hash-verified

14var _ Any = (*TypeValue)(nil)
15
16func NewSet(typ *super.TypeSet, offsets []uint32, values Any) *Set {
17 return &Set{typ, offsets, values}
18}
19
20func (*Set) Kind() Kind {
21 return KindSet

Callers 5

projectMethod · 0.92
evalMethod · 0.92
EvalMethod · 0.92
evalArrayOrSliceMethod · 0.92
BuildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected