Class ToIntPage<ATTR extends Any>

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

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

    • create

      public static <ATTR extends Any> ToIntPage<ATTR> create(Class<?> nativeType)
    • createFromUnsignedShort

      public static <ATTR extends Any> ToIntPage<ATTR> createFromUnsignedShort(Class<?> nativeType)
    • createFromUnsignedByte

      public static <ATTR extends Any> ToIntPage<ATTR> createFromUnsignedByte(Class<?> nativeType)
    • createFromBoolean

      public static <ARRT extends Any> ToIntPage<ARRT> createFromBoolean(Class<?> nativeType)
    • getNativeType

      @NotNull public final @NotNull Class<Integer> getNativeType()
      Specified by:
      getNativeType in interface ToPage<ATTR extends Any,int[]>
      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,int[]>
      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,int[]>
      Returns:
      The null value stored in the elements of the arrays produced by thus object.
    • getPageMaterializerFactory

      @NotNull public final @NotNull PageMaterializerFactory getPageMaterializerFactory()
      Specified by:
      getPageMaterializerFactory in interface ToPage<ATTR extends Any,int[]>
      Returns:
      the factory to create the materializers for this column.