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

Method GetTypeResolver

postgres/parser/sem/tree/type_check.go:215–220  ·  view source on GitHub ↗

GetTypeResolver returns the TypeReferenceResolver.

()

Source from the content-addressed store, hash-verified

213
214// GetTypeResolver returns the TypeReferenceResolver.
215func (sc *SemaContext) GetTypeResolver() TypeReferenceResolver {
216 if sc == nil {
217 return nil
218 }
219 return sc.TypeResolver
220}
221
222func placeholderTypeAmbiguityError(idx PlaceholderIdx) error {
223 return pgerror.WithCandidateCode(

Callers 3

TypeCheckMethod · 0.80
TypeCheckMethod · 0.80
TypeCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected