Class Hierarchy
- java.lang.Object
- io.trino.plugin.hive.coercions.CoercionUtils
- io.trino.plugin.hive.coercions.DecimalCoercers
- io.trino.plugin.hive.coercions.TimestampCoercer
- io.trino.plugin.hive.coercions.TypeCoercer<F,
T> (implements java.util.function.Function<T, R>) - io.trino.plugin.hive.coercions.CharCoercer
- io.trino.plugin.hive.coercions.DoubleToFloatCoercer
- io.trino.plugin.hive.coercions.FloatToDoubleCoercer
- io.trino.plugin.hive.coercions.IntegerNumberToVarcharCoercer<F>
- io.trino.plugin.hive.coercions.IntegerNumberUpscaleCoercer<F,
T> - io.trino.plugin.hive.coercions.TimestampCoercer.LongTimestampToVarcharCoercer
- io.trino.plugin.hive.coercions.TimestampCoercer.VarcharToLongTimestampCoercer
- io.trino.plugin.hive.coercions.TimestampCoercer.VarcharToShortTimestampCoercer
- io.trino.plugin.hive.coercions.VarcharCoercer
- io.trino.plugin.hive.coercions.VarcharToIntegerNumberCoercer<T>