Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Build
Method
Build
vector/builder.go:328–330 ·
view source on GitHub ↗
(sctx *super.Context)
Source
from the content-addressed store, hash-verified
326
}
327
328
func
(u *uintBuilder) Build(sctx *super.Context) Any {
329
return
NewUint(u.typ, u.values)
330
}
331
332
type
floatBuilder
struct
{
333
typ super.Type
Callers
nothing calls this directly
Calls
1
NewUint
Function · 0.70
Tested by
no test coverage detected