Class ToDbArrayPage<ATTR extends Attributes.Any,RESULT,VECTOR_TYPE extends DbArrayBase>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
com.illumon.iris.db.v2.locations.parquet.topage.ToDbArrayPage<ATTR,RESULT,VECTOR_TYPE>
- All Implemented Interfaces:
ToPage<ATTR,
VECTOR_TYPE[]>
public class ToDbArrayPage<ATTR extends Attributes.Any,RESULT,VECTOR_TYPE extends DbArrayBase>
extends ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
-
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 TypeMethodDescriptionfinal VECTOR_TYPE[]
convertResultArray
(Object object) static <ATTR extends Attributes.Any>
ToPage<ATTR,?> final ChunkType
final Class<VECTOR_TYPE>
Methods inherited from class com.illumon.iris.db.v2.locations.parquet.topage.ToPage.Wrap
getDictionaryChunk, getDictionaryKeysToPage, getResult, getReversibleLookup, 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
convertSingleResult, getNativeComponentType, makeDbArray, toPage
-
Method Details
-
create
public static <ATTR extends Attributes.Any> ToPage<ATTR,?> create(@NotNull Class<?> nativeType, @NotNull Class<?> componentType, @NotNull ToPage<ATTR, ?> toPage) -
getNativeType
- Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Returns:
- The chunk type used to wrap the arrays produced by this object.
-
convertResultArray
- Specified by:
convertResultArray
in interfaceToPage<ATTR extends Attributes.Any,
RESULT> - Specified by:
convertResultArray
in classToPage.Wrap<ATTR extends Attributes.Any,
RESULT, VECTOR_TYPE extends DbArrayBase[]> - Returns:
- Produce the array of values from the result
-