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

Method GetAssignmentCast

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

Source from the content-addressed store, hash-verified

73type CastsCollection interface {
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

Callers 5

InitFunction · 0.65
QuerySingleReturnMethod · 0.65
EvalMethod · 0.65
EvalMethod · 0.65

Implementers 1

Collectioncore/casts/collection.go

Calls

no outgoing calls

Tested by

no test coverage detected