MCPcopy 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
353func (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
360func (t *TypeUnion) ID() int {
361 return t.id

Callers 1

NewTypeUnionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected