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

Function newBytesStringTypeBuilder

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

Source from the content-addressed store, hash-verified

371}
372
373func newBytesStringTypeBuilder(typ super.Type) Builder {
374 return &bytesStringTypeBuilder{typ: typ, bytes: []byte{}, offs: []uint32{0}}
375}
376
377func (b *bytesStringTypeBuilder) Write(bytes scode.Bytes) {
378 b.bytes = append(b.bytes, bytes...)

Callers 1

NewBuilderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected