Class ToFloatPage<ATTR extends Any>

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

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

    • create

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

      @NotNull public final @NotNull Class<Float> getNativeType()
      Specified by:
      getNativeType in interface ToPage<ATTR extends Any,float[]>
      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,float[]>
      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,float[]>
      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,float[]>
      Returns:
      the factory to create the materializers for this column.