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

Method GetImplicitCast

server/types/utils.go:76–76  ·  view source on GitHub ↗
(ctx *sql.Context, sourceType *DoltgresType, targetType *DoltgresType)

Source from the content-addressed store, hash-verified

74 GetExplicitCast(ctx *sql.Context, sourceType *DoltgresType, targetType *DoltgresType) (Cast, error)
75 GetAssignmentCast(ctx *sql.Context, sourceType *DoltgresType, targetType *DoltgresType) (Cast, error)
76 GetImplicitCast(ctx *sql.Context, sourceType *DoltgresType, targetType *DoltgresType) (Cast, error)
77}
78
79// GetTypesCollectionFromContext is a function from the core package, redeclared here to get around import cycles.

Callers 5

FindCommonTypeFunction · 0.65
ResolveDefaultValuesMethod · 0.65
EvalMethod · 0.65
EvalMethod · 0.65

Implementers 1

Collectioncore/casts/collection.go

Calls

no outgoing calls

Tested by

no test coverage detected