Class ToBooleanAsBytePage<ATTR extends Attributes.Any>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToBooleanAsBytePage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,byte[]>
public class ToBooleanAsBytePage<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 static <ATTR extends Attributes.Any>
ToBooleanAsBytePage<ATTR>create(Class<?> nativeType)ChunkTypegetChunkType()Class<Boolean>getNativeComponentType()Class<Byte>getNativeType()DbArray<Boolean>makeDbArray(byte[] result)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
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getResult, getReversibleLookup, 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.
-
getNativeComponentType
- Specified by:
getNativeComponentTypein interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- The native type for the elements of engine 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.
-
makeDbArray
- Specified by:
makeDbArrayin interfaceToPage<ATTR extends Attributes.Any,byte[]>- Returns:
- the method to create a Vector from RESULT.
-