Class ToBooleanAsBytePage<ATTR extends Any>

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

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

    • create

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

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

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

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

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

      @NotNull public @NotNull ObjectVector<Boolean> makeVector(byte[] result)
      Specified by:
      makeVector in interface ToPage<ATTR extends Any,byte[]>
      Returns:
      the method to create a Vector from RESULT.