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

Function newArraySetBuilder

vector/builder.go:185–187  ·  view source on GitHub ↗
(typ super.Type)

Source from the content-addressed store, hash-verified

183}
184
185func newArraySetBuilder(typ super.Type) Builder {
186 return &arraySetBuilder{typ: typ, values: NewBuilder(super.InnerType(typ)), offsets: []uint32{0}}
187}
188
189func (a *arraySetBuilder) Write(bytes scode.Bytes) {
190 off := a.offsets[len(a.offsets)-1]

Callers 1

NewBuilderFunction · 0.85

Calls 2

InnerTypeFunction · 0.92
NewBuilderFunction · 0.70

Tested by

no test coverage detected