Class ToBigIntegerPage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToBigIntegerPage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,BigInteger[]>
-
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 TypeMethodDescriptionstatic <ATTR extends Any>
ToPage<ATTR,BigInteger[]> create(Class<?> nativeType, @NotNull ObjectCodec<BigInteger> codec, Function<SeekableChannelContext, org.apache.parquet.column.Dictionary> dictionarySupplier) final @NotNull ChunkTypefinal @NotNull Class<?>final @NotNull PageMaterializerFactoryMethods 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, nullValue, toPage
-
Method Details
-
create
public static <ATTR extends Any> ToPage<ATTR,BigInteger[]> create(Class<?> nativeType, @NotNull @NotNull ObjectCodec<BigInteger> codec, Function<SeekableChannelContext, org.apache.parquet.column.Dictionary> dictionarySupplier) -
getNativeType
- Specified by:
getNativeTypein interfaceToPage<ATTR extends Any,BigInteger[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkTypein interfaceToPage<ATTR extends Any,BigInteger[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactoryin interfaceToPage<ATTR extends Any,BigInteger[]> - Returns:
- the factory to create the materializers for this column.
-