Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
func
(f *Float) Append(v float64) {
24
f.Values = append(f.Values, v)
25
}
26
27
func
(*Float) Kind() Kind {
28
return
KindFloat
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected