Class ToIntPage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToIntPage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,int[]>
-
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 TypeMethodDescriptioncreateFromBoolean(Class<?> nativeType) createFromUnsignedByte(Class<?> nativeType) createFromUnsignedShort(Class<?> nativeType) final @NotNull ChunkTypefinal @NotNull PageMaterializerFactoryfinal @NotNull ObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.parquet.table.pagestore.topage.ToPage
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, toPage
-
Method Details
-
create
-
createFromUnsignedShort
-
createFromUnsignedByte
-
createFromBoolean
-
getNativeType
- Specified by:
getNativeTypein interfaceToPage<ATTR extends Any,int[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkTypein interfaceToPage<ATTR extends Any,int[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactoryin interfaceToPage<ATTR extends Any,int[]> - Returns:
- the factory to create the materializers for this column.
-