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 Type Method Description VECTOR_TYPE[]
convertResult(Object object)
static <ATTR extends Attributes.Any>
ToPage<ATTR,?>create(Class<?> nativeType, Class<?> componentType, ToPage<ATTR,?> toPage)
ChunkType
getChunkType()
Class<VECTOR_TYPE>
getNativeType()
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
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.
-
convertResult
- Specified by:
convertResult
in interfaceToPage<ATTR extends Attributes.Any,RESULT>
- Specified by:
convertResult
in classToPage.Wrap<ATTR extends Attributes.Any,RESULT,VECTOR_TYPE extends DbArrayBase[]>
- Returns:
- Produce the array of values from the result
-