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

Struct recordBuilder

vector/builder.go:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type recordBuilder struct {
115 typ *super.TypeRecord
116 fields []fieldBuilder
117 len uint32
118}
119
120func newRecordBuilder(typ *super.TypeRecord) Builder {
121 var fields []fieldBuilder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected