Class CoercionUtils.StructCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<RowType,RowType>
io.trino.plugin.hive.coercions.CoercionUtils.StructCoercer
- Enclosing class:
CoercionUtils
-
Field Summary
Fields inherited from class io.trino.plugin.hive.coercions.TypeCoercer
fromType, toType -
Constructor Summary
ConstructorsConstructorDescriptionStructCoercer(RowType fromType, RowType toType, List<Optional<TypeCoercer<? extends Type, ? extends Type>>> coercers) -
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
-
StructCoercer
-
-
Method Details
-
apply
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<RowType,RowType>
-