Class IntegerToBigintCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<IntegerType,BigintType>
io.trino.plugin.hive.coercions.IntegerToBigintCoercer
-
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
getFromType, getToType
-
Constructor Details
-
IntegerToBigintCoercer
public IntegerToBigintCoercer()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<Block,Block> - Overrides:
applyin classTypeCoercer<IntegerType,BigintType>
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<IntegerType,BigintType>
-