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

Struct Map

vector/map.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Map struct {
9 Typ *super.TypeMap
10 Offsets []uint32
11 Keys Any
12 Values Any
13}
14
15var _ Any = (*Map)(nil)
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected