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

Method Value

vector/float.go:39–41  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

37}
38
39func (f *Float) Value(slot uint32) float64 {
40 return f.Values[slot]
41}
42
43func (f *Float) Serialize(b *scode.Builder, slot uint32) {
44 switch f.Typ.ID() {

Callers 1

FloatValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected