Class ToStringSetPage<ATTR extends Any,STRING_ARRAY>
java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToPage.Wrap<ATTR,STRING_ARRAY,StringSet[]>
io.deephaven.parquet.table.pagestore.topage.ToStringSetPage<ATTR,STRING_ARRAY>
public class ToStringSetPage<ATTR extends Any,STRING_ARRAY>
extends ToPage.Wrap<ATTR,STRING_ARRAY,StringSet[]>
-
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 StringSet[]convertResult(Object result) final @NotNull ChunkTypeMethods inherited from class io.deephaven.parquet.table.pagestore.topage.ToPage.Wrap
getDictionaryChunk, getDictionaryKeysToPage, getPageMaterializerFactory, getResult, getReversibleLookup, nullValueMethods 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
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:
convertResultin interfaceToPage<ATTR extends Any,STRING_ARRAY> - Specified by:
convertResultin classToPage.Wrap<ATTR extends Any,STRING_ARRAY, StringSet[]> - Returns:
- Produce the array of values from the result
-