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

Function NewMap

vector/map.go:17–19  ·  view source on GitHub ↗
(typ *super.TypeMap, offsets []uint32, keys Any, values Any)

Source from the content-addressed store, hash-verified

15var _ Any = (*Map)(nil)
16
17func NewMap(typ *super.TypeMap, offsets []uint32, keys Any, values Any) *Map {
18 return &Map{typ, offsets, keys, values}
19}
20
21func (*Map) Kind() Kind {
22 return KindMap

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected