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

Struct DynamicBuilder

vector/builder.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type DynamicBuilder struct {
18 tags []uint32
19 values []Builder
20 which map[super.Type]int
21}
22
23func NewDynamicBuilder() *DynamicBuilder {
24 return &DynamicBuilder{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected