Class VarcharToIntegerNumberCoercer<T extends Type>

java.lang.Object
io.trino.plugin.hive.coercions.TypeCoercer<VarcharType,T>
io.trino.plugin.hive.coercions.VarcharToIntegerNumberCoercer<T>
All Implemented Interfaces:
Function<Block,Block>

public class VarcharToIntegerNumberCoercer<T extends Type> extends TypeCoercer<VarcharType,T>