Class ToBigDecimalBase<ATTR extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToBigDecimalBase<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,BigDecimal[]>
- Direct Known Subclasses:
ToBigDecimalFromIntPage
,ToBigDecimalFromLongPage
public abstract class ToBigDecimalBase<ATTR extends Attributes.Any> extends Object implements 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 Modifier and Type Field Description protected byte
scale
-
Constructor Summary
Constructors Modifier Constructor Description protected
ToBigDecimalBase(Class<?> nativeType, int precision, int scale)
-
Method Summary
Modifier and Type Method Description ChunkType
getChunkType()
Class<?>
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
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeDbArray, nullValue, toPage
-
Field Details
-
scale
protected final byte scale
-
-
Constructor Details
-
Method Details
-
getNativeType
- Specified by:
getNativeType
in interfaceToPage<ATTR extends Attributes.Any,BigDecimal[]>
- Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkType
in interfaceToPage<ATTR extends Attributes.Any,BigDecimal[]>
- Returns:
- The chunk type used to wrap the arrays produced by this object.
-