Class FloatToVarcharCoercers.OrcFloatToVarcharCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<RealType,VarcharType>
io.trino.plugin.hive.coercions.FloatToVarcharCoercers.OrcFloatToVarcharCoercer
- Enclosing class:
FloatToVarcharCoercers
public static class FloatToVarcharCoercers.OrcFloatToVarcharCoercer
extends TypeCoercer<RealType,VarcharType>
-
Field Summary
Fields inherited from class io.trino.plugin.hive.coercions.TypeCoercer
fromType, toType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyCoercedValue(BlockBuilder blockBuilder, Block block, int position) Methods inherited from class io.trino.plugin.hive.coercions.TypeCoercer
apply, getFromType, getToType
-
Constructor Details
-
OrcFloatToVarcharCoercer
-
-
Method Details
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<RealType,VarcharType>
-