Class ToBigDecimalFromIntPage<ATTR extends Attributes.Any>

java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToBigDecimalBase<ATTR>
com.illumon.iris.db.v2.locations.parquet.topage.ToBigDecimalFromIntPage<ATTR>
All Implemented Interfaces:
ToPage<ATTR,BigDecimal[]>

public class ToBigDecimalFromIntPage<ATTR extends Attributes.Any> extends ToBigDecimalBase<ATTR>
  • Constructor Details

    • ToBigDecimalFromIntPage

      protected ToBigDecimalFromIntPage(@NotNull Class<?> nativeType, int precision, int scale)
  • Method Details

    • create

      public static <ATTR extends Attributes.Any> ToPage<ATTR,BigDecimal[]> create(@NotNull Class<?> nativeType, int precision, int scale)
    • convertResultArray

      public BigDecimal[] convertResultArray(@NotNull Object result)
      Returns:
      Produce the array of values from the result
    • nullValue

      @NotNull public final Object nullValue()
      Returns:
      The null value stored in the elements of the arrays produced by thus object.