(typeToCache *DoltgresType, f func())
| 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 | } |
| 66 | |
| 67 | // Cast is an interface from the core package, redeclared here to get around import cycles. |
no outgoing calls
no test coverage detected