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

Struct fusionBuilder

vector/builder.go:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265type fusionBuilder struct {
266 typ *super.TypeFusion
267 values Builder
268 subtypes []scode.Bytes
269}
270
271func newFusionBuilder(typ *super.TypeFusion) Builder {
272 return &fusionBuilder{typ: typ, values: NewBuilder(typ.Type)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected