Class ToTimePage<ATTR extends Any>

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

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

    • create

      public static <ATTR extends Any> ToPage<ATTR,LocalTime[]> create(@NotNull @NotNull Class<?> nativeType, @NotNull org.apache.parquet.schema.LogicalTypeAnnotation.TimeUnit unit, boolean isAdjustedToUTC)
    • getNativeType

      @NotNull public final @NotNull Class<LocalTime> getNativeType()
      Specified by:
      getNativeType in interface ToPage<ATTR extends Any,LocalTime[]>
      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,LocalTime[]>
      Returns:
      The chunk type used to wrap the arrays produced by this object.