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

Method GetType

server/types/utils.go:62–62  ·  view source on GitHub ↗
(context.Context, id.Type)

Source from the content-addressed store, hash-verified

60// TypeCollection is an interface from the core package, redeclared here to get around import cycles.
61type TypeCollection interface {
62 GetType(context.Context, id.Type) (*DoltgresType, error)
63 ResolveType(ctx context.Context, name id.Type) (*DoltgresType, error)
64 WithCachedType(typeToCache *DoltgresType, f func())
65}

Callers 15

convertBindParametersMethod · 0.65
deserializeTypeRecordFunction · 0.65
recursiveDeserializeTypeFunction · 0.65
resolveTypeFunction · 0.65
ResolveProcedureDefaultsFunction · 0.65
cachePgTypesFunction · 0.65
record_recv_callableFunction · 0.65
array.goFile · 0.65
array_recv_callableFunction · 0.65
getDoltgresTypeFromIdFunction · 0.65
FunctionMethod · 0.65
getTargetTypeMethod · 0.65

Implementers 1

TypeCollectioncore/typecollection/typecollection.go

Calls

no outgoing calls

Tested by

no test coverage detected