Class ToCharPageFromInt<ATTR extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToCharPageFromInt<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,char[]>
public class ToCharPageFromInt<ATTR extends Attributes.Any> extends Object implements ToPage<ATTR,char[]>
-
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>
-
Method Summary
Modifier and Type Method Description char[]
convertResult(Object result)
static <ATTR extends Attributes.Any>
ToCharPageFromInt<ATTR>create(Class<?> nativeType)
ChunkType
getChunkType()
Class<Character>
getNativeType()
Object
nullValue()
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
-
Method Details
-
create
-
getNativeType
- Specified by:
getNativeType
in interfaceToPage<ATTR extends Attributes.Any,char[]>
- Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkType
in interfaceToPage<ATTR extends Attributes.Any,char[]>
- Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
- Specified by:
nullValue
in interfaceToPage<ATTR extends Attributes.Any,char[]>
- Returns:
- The null value stored in the elements of the arrays produced by thus object.
-
convertResult
- Specified by:
convertResult
in interfaceToPage<ATTR extends Attributes.Any,char[]>
- Returns:
- Produce the array of values from the result
-