Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ newTypeVector
Function
newTypeVector
typevectortable.go:45–47 ·
view source on GitHub ↗
(in []Type)
Source
from the content-addressed store, hash-verified
43
type
typeVector []Type
44
45
func
newTypeVector(in []Type) typeVector {
46
return
slices.Clone(in)
47
}
48
49
func
newTypeVectorFromValues(vals []Value) typeVector {
50
out := make(typeVector, 0, len(vals))
Callers
1
Lookup
Method · 0.85
Calls
1
Clone
Method · 0.65
Tested by
no test coverage detected