Class ToBigDecimalFromIntPage<ATTR extends Any>

java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToBigDecimalBase<ATTR>
io.deephaven.parquet.table.pagestore.topage.ToBigDecimalFromIntPage<ATTR>
All Implemented Interfaces:
ToPage<ATTR,BigDecimal[]>

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

    • ToBigDecimalFromIntPage

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

    • create

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

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

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