Class ToCharPage<ATTR extends Any>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToCharPage<ATTR>
- All Implemented Interfaces:
ToPage<ATTR,
char[]>
-
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>
ToCharPage<ATTR>final @NotNull ChunkType
final @NotNull PageMaterializerFactory
final @NotNull Object
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
convertResult, getDictionaryChunk, getDictionaryKeysToPage, getNativeComponentType, getResult, getReversibleLookup, makeVector, toPage
-
Method Details
-
create
-
getNativeType
- Specified by:
getNativeType
in interfaceToPage<ATTR extends Any,
char[]> - Returns:
- The native type for the elements of the arrays produced by this object.
-
getChunkType
- Specified by:
getChunkType
in interfaceToPage<ATTR extends Any,
char[]> - Returns:
- The chunk type used to wrap the arrays produced by this object.
-
nullValue
-
getPageMaterializerFactory
- Specified by:
getPageMaterializerFactory
in interfaceToPage<ATTR extends Any,
char[]> - Returns:
- the factory to create the materializers for this column.
-