Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ float
Struct
float
runtime/vcache/float.go:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
float
struct
{
13
mu sync.Mutex
14
meta *csup.Float
15
len uint32
16
vals []float64
17
}
18
19
func
newFloat(cctx *csup.Context, meta *csup.Float) *float {
20
return
&float{meta: meta, len: meta.Len(cctx)}
Callers
1
_decode_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected