Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewTypeArray
Function
NewTypeArray
complex.go:16–18 ·
view source on GitHub ↗
(id int, typ Type)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewTypeArray(id int, typ Type) *TypeArray {
17
return
&TypeArray{id, typ}
18
}
19
20
func
(t *TypeArray) ID() int {
21
return
t.id
Callers
1
LookupTypeArray
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected