Uses of Class
io.trino.plugin.hive.coercions.TypeCoercer
Packages that use TypeCoercer
-
Uses of TypeCoercer in io.trino.plugin.hive.coercions
Subclasses of TypeCoercer in io.trino.plugin.hive.coercionsModifier and TypeClassDescriptionclassclassclassclassIntegerNumberToVarcharCoercer<F extends Type>classIntegerNumberUpscaleCoercer<F extends Type,T extends Type> static classstatic classclassclassVarcharToIntegerNumberCoercer<T extends Type> -
Uses of TypeCoercer in io.trino.plugin.hive.orc
Methods in io.trino.plugin.hive.orc that return types with arguments of type TypeCoercerModifier and TypeMethodDescriptionstatic Optional<TypeCoercer<? extends Type,? extends Type>> OrcTypeTranslator.createCoercer(OrcType.OrcTypeKind fromOrcType, Type toTrinoType, HiveTimestampPrecision timestampPrecision) Methods in io.trino.plugin.hive.orc with parameters of type TypeCoercerModifier and TypeMethodDescriptionOrcPageSource.ColumnAdaptation.coercedColumn(int index, TypeCoercer<?, ?> typeCoercer)