MCPcopy Create free account
hub / github.com/brimdata/super / NewTypeMap

Function NewTypeMap

complex.go:106–108  ·  view source on GitHub ↗
(id int, keyType, valType Type)

Source from the content-addressed store, hash-verified

104}
105
106func NewTypeMap(id int, keyType, valType Type) *TypeMap {
107 return &TypeMap{id, keyType, valType}
108}
109
110func (t *TypeMap) ID() int {
111 return t.id

Callers 1

LookupTypeMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected