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