Class ToVectorPage<ATTR extends Any,RESULT,VECTOR_TYPE extends Vector<?>>

java.lang.Object
io.deephaven.parquet.table.pagestore.topage.ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
io.deephaven.parquet.table.pagestore.topage.ToVectorPage<ATTR,RESULT,VECTOR_TYPE>
All Implemented Interfaces:
ToPage<ATTR,VECTOR_TYPE[]>

public class ToVectorPage<ATTR extends Any,RESULT,VECTOR_TYPE extends Vector<?>> extends ToPage.Wrap<ATTR,RESULT,VECTOR_TYPE[]>
  • Method Details

    • create

      public static <ATTR extends Any> ToPage<ATTR,?> create(@NotNull @NotNull Class<?> nativeType, @NotNull @NotNull Class<?> componentType, @NotNull @NotNull ToPage<ATTR,?> toPage)
    • getNativeType

      @NotNull public final @NotNull Class<VECTOR_TYPE> getNativeType()
      Returns:
      The native type for the elements of the arrays produced by this object.
    • getChunkType

      @NotNull public final @NotNull ChunkType getChunkType()
      Returns:
      The chunk type used to wrap the arrays produced by this object.
    • convertResult

      @NotNull public final @NotNull VECTOR_TYPE[] convertResult(Object object)
      Specified by:
      convertResult in interface ToPage<ATTR extends Any,RESULT>
      Specified by:
      convertResult in class ToPage.Wrap<ATTR extends Any,RESULT,VECTOR_TYPE extends Vector<?>[]>
      Returns:
      Produce the array of values from the result