Class VarcharToDoubleCoercer

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

public class VarcharToDoubleCoercer extends TypeCoercer<VarcharType,DoubleType>