Class ToBigDecimalFromNumeric<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToBigDecimalFromNumeric<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,
BigDecimal[]>
public class ToBigDecimalFromNumeric<ATTR extends Any>
extends Object
implements 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> -
Method Summary
Modifier and TypeMethodDescriptionstatic <ATTR extends Any>
ToPage<ATTR,BigDecimal[]> createFromInt
(@NotNull Class<?> nativeType, int scale) static <ATTR extends Any>
ToPage<ATTR,BigDecimal[]> createFromLong
(@NotNull Class<?> nativeType, int scale) final @NotNull ChunkType
final @NotNull Class<?>
final @NotNull PageMaterializerFactory
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
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, nullValue, toPage
-
Method Details
-
createFromInt
public static <ATTR extends Any> ToPage<ATTR,BigDecimal[]> createFromInt(@NotNull @NotNull Class<?> nativeType, int scale) -
createFromLong
public static <ATTR extends Any> ToPage<ATTR,BigDecimal[]> createFromLong(@NotNull @NotNull Class<?> nativeType, int scale) -
getNativeType
- Specified by:
getNativeType
in interfaceToPage<ATTR extends Any,
BigDecimal[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkType
in interfaceToPage<ATTR extends Any,
BigDecimal[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactory
in interfaceToPage<ATTR extends Any,
BigDecimal[]> - Returns:
- the factory to create the materializers for this column.
-