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

Method Write

vector/builder.go:337–339  ·  view source on GitHub ↗
(bytes scode.Bytes)

Source from the content-addressed store, hash-verified

335}
336
337func (f *floatBuilder) Write(bytes scode.Bytes) {
338 f.values = append(f.values, super.DecodeFloat(bytes))
339}
340
341func (f *floatBuilder) Build(sctx *super.Context) Any {
342 return NewFloat(f.typ, f.values)

Callers

nothing calls this directly

Calls 1

DecodeFloatFunction · 0.92

Tested by

no test coverage detected