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

Struct mapBuilder

vector/builder.go:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205type mapBuilder struct {
206 typ *super.TypeMap
207 keys, values Builder
208 offsets []uint32
209}
210
211func newMapBuilder(typ *super.TypeMap) Builder {
212 return &mapBuilder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected