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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.locations.parquet.topage.ToPage
ToPage.Wrap<ATTR extends Attributes.Any,
INNER_RESULT, OUTER_RESULT> -
Field Summary
Fields inherited from class com.illumon.iris.db.v2.locations.parquet.topage.ToBigDecimalBase
scale
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ToBigDecimalFromIntPage
(Class<?> nativeType, int precision, int scale) -
Method Summary
Modifier and TypeMethodDescriptionconvertResultArray
(Object result) static <ATTR extends Attributes.Any>
ToPage<ATTR,BigDecimal[]> final Object
Methods inherited from class com.illumon.iris.db.v2.locations.parquet.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 com.illumon.iris.db.v2.locations.parquet.topage.ToPage
convertSingleResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeDbArray, toPage
-
Constructor Details
-
ToBigDecimalFromIntPage
-
-
Method Details
-
create
public static <ATTR extends Attributes.Any> ToPage<ATTR,BigDecimal[]> create(@NotNull Class<?> nativeType, int precision, int scale) -
convertResultArray
- 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.
-