Package io.trino.plugin.hive.coercions
Class IntegerNumberToVarcharCoercer<F extends Type>
- java.lang.Object
-
- io.trino.plugin.hive.coercions.TypeCoercer<F,VarcharType>
-
- io.trino.plugin.hive.coercions.IntegerNumberToVarcharCoercer<F>
-
public class IntegerNumberToVarcharCoercer<F extends Type> extends TypeCoercer<F,VarcharType>
-
-
Field Summary
-
Fields inherited from class io.trino.plugin.hive.coercions.TypeCoercer
fromType, toType
-
-
Constructor Summary
Constructors Constructor Description IntegerNumberToVarcharCoercer(F fromType, VarcharType toType)
-
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
-
-
-
-
Constructor Detail
-
IntegerNumberToVarcharCoercer
public IntegerNumberToVarcharCoercer(F fromType, VarcharType toType)
-
-
Method Detail
-
applyCoercedValue
protected void applyCoercedValue(BlockBuilder blockBuilder, Block block, int position)
- Specified by:
applyCoercedValuein classTypeCoercer<F extends Type,VarcharType>
-
-