Package io.trino.plugin.hive.coercions
Class FloatToDoubleCoercer
- java.lang.Object
-
- io.trino.plugin.hive.coercions.TypeCoercer<RealType,DoubleType>
-
- io.trino.plugin.hive.coercions.FloatToDoubleCoercer
-
public class FloatToDoubleCoercer extends TypeCoercer<RealType,DoubleType>
-
-
Field Summary
-
Fields inherited from class io.trino.plugin.hive.coercions.TypeCoercer
fromType, toType
-
-
Constructor Summary
Constructors Constructor Description FloatToDoubleCoercer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyCoercedValue(BlockBuilder blockBuilder, Block block, int position)-
Methods inherited from class io.trino.plugin.hive.coercions.TypeCoercer
apply
-
-
-
-
Method Detail
-
applyCoercedValue
protected void applyCoercedValue(BlockBuilder blockBuilder, Block block, int position)
- Specified by:
applyCoercedValuein classTypeCoercer<RealType,DoubleType>
-
-