java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
io.deephaven.parquet.table.pagestore.topage.ToVectorPage<ATTR,RESULT,VECTOR_TYPE>
- All Implemented Interfaces:
ToPage<ATTR,
VECTOR_TYPE[]>
public class ToVectorPage<ATTR extends Any,RESULT,VECTOR_TYPE extends Vector<?>>
extends ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
ToPage.Wrap<ATTR extends Any,
INNER_RESULT, OUTER_RESULT> -
Method Summary
Modifier and TypeMethodDescriptionfinal @NotNull VECTOR_TYPE[]
convertResult
(Object object) create
(@NotNull Class<?> nativeType, @NotNull Class<?> componentType, @NotNull ToPage<ATTR, ?> toPage) final @NotNull ChunkType
final @NotNull Class<VECTOR_TYPE>
Methods inherited from class io.deephaven.parquet.table.pagestore.topage.ToPage.Wrap
getDictionaryChunk, getDictionaryKeysToPage, getPageMaterializerFactory, 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 io.deephaven.parquet.table.pagestore.topage.ToPage
getNativeComponentType, makeVector, toPage
-
Method Details
-
create
-
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 Any,
RESULT> - Specified by:
convertResult
in classToPage.Wrap<ATTR extends Any,
RESULT, VECTOR_TYPE extends Vector<?>[]> - Returns:
- Produce the array of values from the result
-