Class ToBytePageFromInt<ATTR extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToBytePageFromInt<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,byte[]>
public class ToBytePageFromInt<ATTR extends Attributes.Any> extends Object implements ToPage<ATTR,byte[]>
-
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 byte[]convertResult(Object result)static <ATTR extends Attributes.Any>
ToBytePageFromInt<ATTR>create(Class<?> nativeType)ChunkTypegetChunkType()Class<Byte>getNativeType()ObjectnullValue()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getNativeTypein interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkTypein interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
- Specified by:
nullValuein interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- The null value stored in the elements of the arrays produced by thus object.
-
convertResult
- Specified by:
convertResultin interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- Produce the array of values from the result
-