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

Method Append

vector/float.go:23–25  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

21}
22
23func (f *Float) Append(v float64) {
24 f.Values = append(f.Values, v)
25}
26
27func (*Float) Kind() Kind {
28 return KindFloat

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected