Class ToBigDecimalFromLongPage<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.ToBigDecimalFromLongPage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,BigDecimal[]>
public class ToBigDecimalFromLongPage<ATTR extends Attributes.Any> extends ToBigDecimalBase<ATTR>
-
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
-
Constructor Summary
Constructors Modifier Constructor Description protected
ToBigDecimalFromLongPage(Class<?> nativeType, int precision, int scale)
-
Method Summary
Modifier and Type Method Description BigDecimal[]
convertResult(Object result)
static <ATTR extends Attributes.Any>
ToPage<ATTR,BigDecimal[]>create(Class<?> nativeType, int precision, int scale)
Object
nullValue()
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
getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeDbArray, toPage
-
Constructor Details
-
Method Details
-
create
public static <ATTR extends Attributes.Any> ToPage<ATTR,BigDecimal[]> create(@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.
-