MCPcopy Create free account
hub / github.com/dolthub/doltgresql / TestingMapTypeResolver

Struct TestingMapTypeResolver

postgres/parser/sem/tree/type_name.go:282–284  ·  view source on GitHub ↗

TestingMapTypeResolver is a fake type resolver for testing purposes.

Source from the content-addressed store, hash-verified

280
281// TestingMapTypeResolver is a fake type resolver for testing purposes.
282type TestingMapTypeResolver struct {
283 typeMap map[string]*types.T
284}
285
286// ResolveType implements the TypeReferenceResolver interface.
287func (dtr *TestingMapTypeResolver) ResolveType(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected