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

Method LookupType

context.go:23–23  ·  view source on GitHub ↗
(id int)

Source from the content-addressed store, hash-verified

21
22type TypeFetcher interface {
23 LookupType(id int) (Type, error)
24}
25
26// A Context implements the "type context" in the super data model. For a

Callers 5

LookupTypeMethod · 0.65
FindMethod · 0.65
evalAndPromoteMethod · 0.65
NewValueFromDistinctKeyFunction · 0.65
decodeValMethod · 0.65

Implementers 3

Contextcontext.go
TypeCachecontext.go
Decodersio/bsupio/types.go

Calls

no outgoing calls

Tested by

no test coverage detected