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