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

Method IsResolvedType

server/types/type.go:692–694  ·  view source on GitHub ↗

IsResolvedType whether the type is resolved and has complete information. This is used to resolve types during analyzing when non-built-in type is used.

()

Source from the content-addressed store, hash-verified

690// IsResolvedType whether the type is resolved and has complete information.
691// This is used to resolve types during analyzing when non-built-in type is used.
692func (t *DoltgresType) IsResolvedType() bool {
693 return t != nil && !t.IsUnresolved
694}
695
696// IsValidForPolymorphicType returns whether the given type is valid for the calling polymorphic type.
697func (t *DoltgresType) IsValidForPolymorphicType(target *DoltgresType) bool {

Callers 13

ResolveTypeMethod · 0.80
ToArrayTypeMethod · 0.80
ResolveTypeForNodesFunction · 0.80
ResolveTypeForExprsFunction · 0.80
resolveTypeFunction · 0.80
resolveDefaultColumnTypeFunction · 0.80
WithChildrenMethod · 0.80
getTargetTypeMethod · 0.80
EvalMethod · 0.80
WithResolvedChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected