Package io.trino.plugin.hive.coercions
Class TimestampCoercer.LongTimestampToVarcharCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<TimestampType,VarcharType>
io.trino.plugin.hive.coercions.TimestampCoercer.LongTimestampToVarcharCoercer
- Enclosing class:
- TimestampCoercer
public static class TimestampCoercer.LongTimestampToVarcharCoercer
extends TypeCoercer<TimestampType,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
-
LongTimestampToVarcharCoercer
-
-
Method Details
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<TimestampType,VarcharType>
-