Class ToCharPageFromInt<ATTR extends Any>

java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToCharPageFromInt<ATTR>
All Implemented Interfaces:
ToPage<ATTR,char[]>

public class ToCharPageFromInt<ATTR extends Any> extends Object implements ToPage<ATTR,char[]>
  • Method Details

    • create

      public static <ATTR extends Any> ToCharPageFromInt<ATTR> create(Class<?> nativeType)
    • getNativeType

      @NotNull public final @NotNull Class<Character> getNativeType()
      Specified by:
      getNativeType in interface ToPage<ATTR extends Any,char[]>
      Returns:
      The native type for the elements of the arrays produced by this object.
    • getChunkType

      @NotNull public final @NotNull ChunkType getChunkType()
      Specified by:
      getChunkType in interface ToPage<ATTR extends Any,char[]>
      Returns:
      The chunk type used to wrap the arrays produced by this object.
    • nullValue

      @NotNull public final @NotNull Object nullValue()
      Specified by:
      nullValue in interface ToPage<ATTR extends Any,char[]>
      Returns:
      The null value stored in the elements of the arrays produced by thus object.
    • convertResult

      @NotNull public final @org.jetbrains.annotations.NotNull char[] convertResult(Object result)
      Specified by:
      convertResult in interface ToPage<ATTR extends Any,char[]>
      Returns:
      Produce the array of values from the result