(ctx *sql.Context, sourceType *DoltgresType, targetType *DoltgresType)
| 73 | type 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 |
no outgoing calls
no test coverage detected