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

Struct arraySetBuilder

vector/builder.go:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179type arraySetBuilder struct {
180 typ super.Type
181 values Builder
182 offsets []uint32
183}
184
185func newArraySetBuilder(typ super.Type) Builder {
186 return &arraySetBuilder{typ: typ, values: NewBuilder(super.InnerType(typ)), offsets: []uint32{0}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected