Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Float
Struct
Float
vector/float.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Float
struct
{
9
Typ super.Type
10
Values []float64
11
}
12
13
var
_ Any = (*Float)(nil)
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected