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

Struct MapEncoder

csup/map.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MapEncoder struct {
12 keys Encoder
13 values Encoder
14 offsets *offsetsEncoder
15 count uint32
16}
17
18func NewMapEncoder(cctx *Context, typ *super.TypeMap) *MapEncoder {
19 return &MapEncoder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected