Class DateCoercer.DateToVarcharCoercer
java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<DateType,VarcharType>
io.trino.plugin.hive.coercions.DateCoercer.DateToVarcharCoercer
- Enclosing class:
DateCoercer
-
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
-
DateToVarcharCoercer
-
-
Method Details
-
applyCoercedValue
- Specified by:
applyCoercedValuein classTypeCoercer<DateType,VarcharType>
-