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

Struct bytesStringTypeBuilder

vector/builder.go:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367type bytesStringTypeBuilder struct {
368 typ super.Type
369 offs []uint32
370 bytes []byte
371}
372
373func newBytesStringTypeBuilder(typ super.Type) Builder {
374 return &bytesStringTypeBuilder{typ: typ, bytes: []byte{}, offs: []uint32{0}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected