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

Struct floatBuilder

vector/builder.go:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332type floatBuilder struct {
333 typ super.Type
334 values []float64
335}
336
337func (f *floatBuilder) Write(bytes scode.Bytes) {
338 f.values = append(f.values, super.DecodeFloat(bytes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected