Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ createLUT
Method
createLUT
complex.go:353–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
}
352
353
func
(t *TypeUnion) createLUT() {
354
t.LUT = make(
map
[Type]int)
355
for
i, typ :=
range
t.Types {
356
t.LUT[typ] = i
357
}
358
}
359
360
func
(t *TypeUnion) ID() int {
361
return
t.id
Callers
1
NewTypeUnion
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected