Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(f *Float) Value(slot uint32) float64 {
40
return
f.Values[slot]
41
}
42
43
func
(f *Float) Serialize(b *scode.Builder, slot uint32) {
44
switch
f.Typ.ID() {
Callers
1
FloatValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected