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

Function TypeUnder

complex.go:179–184  ·  view source on GitHub ↗
(typ Type)

Source from the content-addressed store, hash-verified

177}
178
179func TypeUnder(typ Type) Type {
180 if named, ok := typ.(*TypeNamed); ok {
181 return TypeUnder(named.Type)
182 }
183 return typ
184}
185
186// Field defines the name and type of a field for [TypeRecord].
187type Field struct {

Callers 15

NewConstFromValueFunction · 0.92
inferSchemaMethod · 0.92
recordOfFunction · 0.92
fromConstMethod · 0.92
decodeStringsFunction · 0.92
mustEvalStringMethod · 0.92
mustEvalBoolMethod · 0.92
maybeEvalStringMethod · 0.92
unnestCheckMethod · 0.92
isContainerMethod · 0.92
dropPathMethod · 0.92
pickRecFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected