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

Struct unionBuilder

vector/builder.go:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235type unionBuilder struct {
236 typ *super.TypeUnion
237 values []Builder
238 tags []uint32
239}
240
241func newUnionBuilder(typ *super.TypeUnion) Builder {
242 var values []Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected