Class ToStringSetPage<ATTR extends Attributes.Any,STRING_ARRAY>
java.lang.Object
com.illumon.iris.db.v2.locations.parquet.topage.ToPage.Wrap<ATTR,STRING_ARRAY,StringSet[]>
com.illumon.iris.db.v2.locations.parquet.topage.ToStringSetPage<ATTR,STRING_ARRAY>
public class ToStringSetPage<ATTR extends Attributes.Any,STRING_ARRAY> extends ToPage.Wrap<ATTR,STRING_ARRAY,StringSet[]>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.locations.parquet.topage.ToPage
ToPage.Wrap<ATTR extends Attributes.Any,INNER_RESULT,OUTER_RESULT>
-
Method Summary
Modifier and Type Method Description StringSet[]
convertResult(Object result)
static <ATTR extends Attributes.Any>
ToPage<ATTR,StringSet[]>create(Class<?> nativeType, ToPage<ATTR,?> toPage)
ChunkType
getChunkType()
Class<StringSet>
getNativeType()
Methods inherited from class com.illumon.iris.db.v2.locations.parquet.topage.ToPage.Wrap
getDictionaryChunk, getDictionaryKeysToPage, 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 com.illumon.iris.db.v2.locations.parquet.topage.ToPage
getNativeComponentType, makeDbArray, toPage
-
Method Details
-
create
public static <ATTR extends Attributes.Any> ToPage<ATTR,StringSet[]> create(@NotNull Class<?> nativeType, @NotNull ToPage<ATTR,?> toPage) -
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 Attributes.Any,STRING_ARRAY>
- Specified by:
convertResult
in classToPage.Wrap<ATTR extends Attributes.Any,STRING_ARRAY,StringSet[]>
- Returns:
- Produce the array of values from the result
-