Class IntegerNumberUpscaleCoercer<F extends Type,T extends Type>

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

public class IntegerNumberUpscaleCoercer<F extends Type,T extends Type> extends TypeCoercer<F,T>
  • Constructor Details

    • IntegerNumberUpscaleCoercer

      public IntegerNumberUpscaleCoercer(F fromType, T toType)
  • Method Details