Class CoercionUtils.ListCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<ArrayType,ArrayType>
io.trino.plugin.hive.coercions.CoercionUtils.ListCoercer
- Enclosing class:
CoercionUtils
-
Field Summary
Fields inherited from class io.trino.plugin.hive.coercions.TypeCoercer
fromType, toType -
Constructor Summary
ConstructorsConstructorDescriptionListCoercer(ArrayType fromType, ArrayType toType, TypeCoercer<? extends Type, ? extends Type> elementCoercer) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyCoercedValue(BlockBuilder blockBuilder, Block block, int position) Methods inherited from class io.trino.plugin.hive.coercions.TypeCoercer
getFromType, getToType
-
Constructor Details
-
ListCoercer
public ListCoercer(ArrayType fromType, ArrayType toType, TypeCoercer<? extends Type, ? extends Type> elementCoercer)
-
-
Method Details
-
apply
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<ArrayType,ArrayType>
-