Uses of Record Class
io.trino.plugin.hive.coercions.CoercionUtils.CoercionContext
Packages that use CoercionUtils.CoercionContext
-
Uses of CoercionUtils.CoercionContext in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type CoercionUtils.CoercionContextModifier and TypeMethodDescriptionstatic List<HiveColumnHandle> HivePageSourceProvider.ColumnMapping.toColumnHandles(List<HivePageSourceProvider.ColumnMapping> regularColumnMappings, TypeManager typeManager, CoercionUtils.CoercionContext coercionContext) Constructors in io.trino.plugin.hive with parameters of type CoercionUtils.CoercionContextModifierConstructorDescriptionHivePageSource(List<HivePageSourceProvider.ColumnMapping> columnMappings, Optional<HivePageSourceProvider.BucketAdaptation> bucketAdaptation, Optional<HivePageSource.BucketValidator> bucketValidator, Optional<ReaderProjectionsAdapter> projectionsAdapter, TypeManager typeManager, CoercionUtils.CoercionContext coercionContext, ConnectorPageSource delegate) -
Uses of CoercionUtils.CoercionContext in io.trino.plugin.hive.coercions
Methods in io.trino.plugin.hive.coercions with parameters of type CoercionUtils.CoercionContextModifier and TypeMethodDescriptionstatic Optional<TypeCoercer<? extends Type, ? extends Type>> CoercionUtils.createCoercer(TypeManager typeManager, HiveType fromHiveType, HiveType toHiveType, CoercionUtils.CoercionContext coercionContext) static TypeCoercionUtils.createTypeFromCoercer(TypeManager typeManager, HiveType fromHiveType, HiveType toHiveType, CoercionUtils.CoercionContext coercionContext)