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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
ToPage.Wrap<ATTR extends Any,
INNER_RESULT, OUTER_RESULT> -
Field Summary
Fields inherited from class io.deephaven.parquet.table.pagestore.topage.ToBigDecimalBase
scale
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ToBigDecimalFromIntPage
(@NotNull Class<?> nativeType, int precision, int scale) -
Method Summary
Modifier and TypeMethodDescriptionconvertResult
(@NotNull Object result) static <ATTR extends Any>
ToPage<ATTR,BigDecimal[]> final @NotNull Object
Methods inherited from class io.deephaven.parquet.table.pagestore.topage.ToBigDecimalBase
getChunkType, getNativeType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, toPage
-
Constructor Details
-
ToBigDecimalFromIntPage
-
-
Method Details
-
create
public static <ATTR extends Any> ToPage<ATTR,BigDecimal[]> create(@NotNull @NotNull Class<?> nativeType, int precision, int scale) -
convertResult
- Returns:
- Produce the array of values from the result
-
nullValue
- Returns:
- The null value stored in the elements of the arrays produced by thus object.
-